Last night, the iPhone project was built perfectly.
This morning, I installed XCode 3.2.3 in a separate folder. When I open the same project in
Due to what hiroshi said you can change it there: I just do is:
@@ -325,6 +325,7 @@ PREBINDING = NO; + "PROVISIONING_PROFILE[sdk=iphoneos*]" = "key goes here"; SDKROOT = iphoneos; @@ -361,6 +362,7 @@ PREBINDING = NO; + "PROVISIONING_PROFILE[sdk=iphoneos*]" = "and also here"; SDKROOT = iphoneos;
!!!That's what worked for me in XCODE 4!!!