You need to sign in to do that
Don't have an account?

Creating new Hybrid app error
I have installed XCode 4.3.1, downloaded the Mobil SDK for iOS from Github, installed with ./install.sh and ran
sudo xcode-select -switch /Applications/Xcode.app/. I have no problems running the ContactExplorer app, but I am not able to get a simple Hybrid app running from the Hybrid template.
I create a new Hybrid project using the Hybrid template, run it with no changes and get this error:
2012-03-31 03:59:29.492 BFA-demo2[10961:13403] SFSmartStore initWithStoreName: defaultStore
2012-03-31 03:59:29.583 BFA-demo2[10961:13403] webViewDidFinishLoad: Loaded about:blank
2012-03-31 03:59:29.585 BFA-demo2[10961:13403] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter'
I there is something simple I am missing, but I'm just too new to mobile programming.
Thanks.
Nevermind, I found my mistake.
I followed the instructions in the readme file, but must have made a mistake when following them.
I am running into the same issue and can not seem to get past it.
What did you do to solve this issue?
Nevermind, I am retarded. Just like yousaid, follow the docs.
Creating Hybrid Apps