I am not able to build a Rho application and deploy/test it on my iOS device. I am able to create projects directly in XCode and deploy to the device and have all of the certs/provisioning files setup properly. I am following the instructions at:
http://docs.rhomobile.com/rhodes/build#building-a-rhodes-application-for-iphoneipad
And after creating my Rho app in RhoStudio, I run the
rake switch_app
and then
rake build:iphone:setup_xcode_project
The xCode project gets created properly. When I go to Run the build to the device inside of xCode, the Build is successful (although there are a ton of warnings), but it never attempts to move to the device. I looked at the build settings inside of the project created by Rhodes to the project created by Xcode and can;t find anything that is different. What am I doing wrong?
In fact even when I run from XCode and target the iPhone simulator - the build is successful but it does not launch the simulator. I do not see any indication of an error inside of xcode. The project from RhoStudio launches the iPhone Simulator. The problem is when I move the project to xCode. I have latest xCode and iOS SDKs installed.
Points: 0
You voted ‘up’
can you share your build.yml file?
Points: 0
You voted ‘up’