IPA file in rhoMobile
I am using rhostudio to run IPA file provided by you but its giving me the error by saying as follows:-
Cannot find your rhodes gem or source path: /Users/ceberhardt/.rvm/gems/ruby-1.9.3-p362/gems/rhodes-3.4.2/Rakefile
Looking at the Rhomobile build time configuration documentation (http://docs.rhomobile.com/en/4.0.0/guide/build_config), I suggest that you update the sdk property in the rhomobile\build.yml file:
Quote from documentation:
sdkPath to your rhodes gem. This is commented out by default to let rhodes determine the latest gem and use that. If you have multiple rhodes gems and you wish to use one that is not the latest one, specify that here.
Ok I will give it a try and let you know.
On Mar 19, 2014 6:01 PM, Matthew Dunsdon [email protected] wrote:
Looking at the Rhomobile build time configuration documentation (http://docs.rhomobile.com/en/4.0.0/guide/build_config), I suggest that you update the sdk property in the rhomobile\build.yml file:
Quote from documentation:
sdk Path to your rhodes gem. This is commented out by default to let rhodes determine the latest gem and use that. If you have multiple rhodes gems and you wish to use one that is not the latest one, specify that here.
Reply to this email directly or view it on GitHubhttps://github.com/tastejs/PropertyCross/issues/263#issuecomment-38044924.
What should I gave the value to sdk in build.yml..??
Assuming that you have the rhodes gems installed (see https://rubygems.org/gems/rhodes), then you have two options:
To comment out the line, by prefixing the line with a hash (#) character. i.e.
#sdk: /Users/ceberhardt/.rvm/gems/ruby-1.9.3-p362/gems/rhodes-3.4.2
Alternatively, you need to find out where this gem is installed and enter that path instead.
I propose that you try commenting out the line, as I expect you only have one version of the rhodes gem installed.
I have commented out but still its not working as saying now 'Cannot find your rhodes gem or source path:'
Could you follow the instructions on http://docs.rhomobile.com/en/4.0.0/guide/creating_a_project
I suspect there is something not set up correctly on the machine.