• Joe at Ethos
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

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.

 

 

 

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.