FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
11/07/14 04:15 AM (9 years ago)

Problems with info.plist

Hi guys, strange problem has just started to happen, after following this advice with error on compiling. http://www.buzztouch.com/forum/thread.php?tid=7B8D54FF0E113D16E3F21B0&fid=06DB0BCB08E2222&sortColumn=FT.id&sortUpDown=DESC&currentPage=1 this fixed my compile error, but when i try and export to itunes, i get these 2 errors, Unable to validate your application(the info.plist in the package must contain the cfbundleshortversionstring key. Unable to validate your application (the package does not contain an info.plist the info.plist is in bt config section and i have added LSRequiresIPhoneOS to the list, this is a fresh copy of the package and i have updated xcode in case it was that, what am i doing wrong guys, cheers sean
 
webwizz
Apple Fan
Profile
Posts: 81
Reg: Sep 29, 2011
Spain
4,960
like
11/07/14 07:38 AM (9 years ago)
Hi there, I've had this since xcode 6 - here is what you need to do: Add the following code to the info.plist - I open it in source code and add there. <key>LSRequiresIPhoneOS</key> <string>Yes</string> <key>CFBundleShortVersionString</key> <string>1.2</string> Change the "1.2" for your version number. This should sort you out. Geraldine
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
11/07/14 09:27 AM (9 years ago)
Thats great geraldine, will try that out, thanks for the help. sean
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
11/07/14 12:08 PM (9 years ago)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.