Posts Tagged ‘xcode’

University Iphone Developer Program

Friday, June 11th, 2010

I’ve now gone through the process required to get an ipad/iphone device ready to be used for development.  It was mostly easy to do by following the instructions on the developer site, but I kept getting an error message:

profile doesn’t match application identifier com.yourcompany.

The solution is to find and edit the .plist file in your app to give it the correct bundle identifier (for me it was edu.toronto.dgp)

Here is a link to how to change the template so it starts with the correct info.plist information:

http://www.johntwang.com/blog/2009/03/10/how-to-change-comyourcompany-in-xcode-for-iphone-applications/

You navigate to /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Project Templates/Application and edit the Info.plist file in each of the template directories. (edit the value for CFBundleIdentifier)