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?
-infoDictionary
should never return anil
dictionary. It may be a problem with the Info.plist file itself.