When I run my application by using following command:
rake run:iphone
I am getting following error;
xcodebuild: error: SDK "iphonesimulator5.0" cannot be located.
I simply solved this issue by changing the configuration settings of Rhodes.
I found that the invalid SDK is pointed in BUILD.YML
I changed iphone simulator sdk in iphone section in build.yml like this
sdk: iphonesimulator6.1
After this my application could run on the iPhone simulator!
No comments:
Post a Comment