Блог пользователя Maxim

How to add custom framework to XC UI Test target.

Hi everyone!

Some time ago I faced with problems: 

  1. How to add XCTest framework to custom framework.
  2. How to create universol framework to use it with iOs simulators and real devices
  3. How to add this framework to XC UI Test target.

First two problems have been resolved enough fast. You can find articles here and here.

3th one was realy difficult. I asked iOs developers and nobody coudn't help me.

How to install node.js on Linux

How to install node.js on Linux

How to install node.js on Debian-based Linux distros (Debian, Ubuntu, Mint etc)

1 - Install the dependencies (chances are you’ve already got most of these)

sudo apt-get install g++ curl libssl-dev apache2-utils

2 - Then install git (you may already have that too)

sudo apt-get install git-core

3 - Clone the node git repo…

git clone git://github.com/ry/node.git

4 - Then install

cd node ./configure make sudo make install

IOS TESTING TOOL: LIBIMOBILEDEVICE

What is Libimobile? It's a library to communicate with services of Apple iOS devices using native protocols. I find this tool especially helpful in QA to help hunt for bugs and allows me to pull crashlogs and device info quickly.  If you have used ADB logcat for tailing Android logs then this will look very familiar. Below are my installation instructions on how to install and run on Mac
All source and credits are here: https://github.com/libimobiledevice/libimobiledevice

Страницы