I have purchased a developer account from Apple. By taking development provisions, I have tested example app in device. Then I have downloaded cocos2d-iphone-1.0.1
and set it up. Then I created a project called FirstGame
. When I compile sample cocos2D project on device, it gives this error:
Code Sign error: A valid provisioning profile matching the application's Identifier 'com.yourcompany.FirstGame' could not be found
In the build settings of project, the development profiles are not enabled. I am using Xcode 4.6.
Edit: I've found solution applying this solution.: