function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Joe at EthosJoe at Ethos 

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.

 

 

 

Joe at EthosJoe at Ethos

Nevermind, I found my mistake.

 

I followed the instructions in the readme file, but must have made a mistake when following them.

JarrettKJarrettK

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