You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
i have successfully build a project in xcode(my_app.cal). but when i try to run the calabash-ios java code to start the app in simulator i am getting the below error-
calabash.java.CalabashException: Failed to start iOS application. (RuntimeError) Error... Unable to find APP_BUNDLE_PATH.
Cannot find a built app that is linked with calabash.framework
Please build your app from Xcode
You should build your calabash target.
Alternatively, specify APP_BUNDLE_PATH in features/support/01_launch.rb
This should point to the location of your built app linked with calabash.
kindly suggest me a way to resolve this issue.
The text was updated successfully, but these errors were encountered:
hi,
i have successfully build a project in xcode(my_app.cal). but when i try to run the calabash-ios java code to start the app in simulator i am getting the below error-
calabash.java.CalabashException: Failed to start iOS application. (RuntimeError) Error... Unable to find APP_BUNDLE_PATH.
Cannot find a built app that is linked with calabash.framework
Please build your app from Xcode
You should build your calabash target.
Alternatively, specify APP_BUNDLE_PATH in features/support/01_launch.rb
This should point to the location of your built app linked with calabash.
kindly suggest me a way to resolve this issue.
The text was updated successfully, but these errors were encountered: