provision file error in iPhone OS 2.2 - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T05:37:03Zhttp://stackoverflow.com/feeds/question/954055http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/954055/provision-file-error-in-iphone-os-2-21provision file error in iPhone OS 2.2iPhoney2009-06-05T02:42:59Z2009-07-16T19:02:34Z
<p>I created an AppID "MyApp", DeviceID "MyDevice" in Program Portal and I downloaded the provision file and drag it to Organizer, downloaded the .cer file and install it on Mac. </p>
<p>All these works fine, but when I build my app, an error pops up saying "CodeSign error: a valid provisioning profile is required for product type 'Application' in SDK 'Device-iPhone OS 2.2'".</p>
<p>I tried to find PROVISIONING_PROFILE in project.pbxproj in myApp.xcodeproj, but it returns "Not Found". What might be the problem? Do I need to modifiy the info.plist and what should I modify?</p>
http://stackoverflow.com/questions/954055/provision-file-error-in-iphone-os-2-2/954089#9540892Answer by James Skidmore for provision file error in iPhone OS 2.2James Skidmore2009-06-05T02:59:24Z2009-06-05T02:59:24Z<p>The provisioning process for developing iPhone apps can be very confusing, and your error could be due to any of a number of issues. Here is a very thorough walkthrough:</p>
<p><a href="http://www.24100.net/2009/02/iphone-sdk-mobile-provisioning-0xe800003a-0xe8000001/" rel="nofollow">http://www.24100.net/2009/02/iphone-sdk-mobile-provisioning-0xe800003a-0xe8000001/</a></p>
<p>I would suggest totally scrapping whatever provisioning profiles you have, erase them from XCode, and start over using this tutorial. That seems to work the best in most of my cases.</p>