To setup Calabash-iOS I have followed below steps:
- Installing using command
gem install calabash-cucumber
- In project folder, I have executed
calabash-ios download
I have followed links like: this and this.
Now, since I don't want different target for my application, I have followed this link which explains the steps to create different scheme for Calabash integration.
I have changed all the Build Setting values like Other Linker Flags & Framework Search Path.
Finally, running the project doesn't start the server as described in their post. It seems that calabash framework is not loaded.
Am I missing any thing that needs to be done in source code? How will calabash framework be loaded in project?