No idea why [[NSBundle mainBundle] infoDictionary] returns nil...
I have an Info.plist file in the project.. and build settings point to it...
Why is this happening?
No idea why [[NSBundle mainBundle] infoDictionary] returns nil...
I have an Info.plist file in the project.. and build settings point to it...
Why is this happening?
-infoDictionaryshould never return anildictionary. It may be a problem with the Info.plist file itself.