Search code examples
ioscordovamobileios4

Phonegap CordovaLib Semantic error


I am using Phonegap 2.4.0 for iOS. when i create a cordova project and run it in iPad5.1 simulator i got this error

semantic issue expected method to read dictionary element not found on object of type 'Nsdictionary *'

i following this tutorial guide_getting-started_ios

and i don't know where i made mistake.


Solution

  • Check your xcode version - it needs to be 4.5 or above. Rebuild your cordova / phonegap project after upgrading xcode and the error should go away.