GameSalad Viewer error
Forte
Member, PRO Posts: 297
Ok, I have been told to do this a while ago because I was getting this error with xcode when I tried to build it to my iPhone. I get these two errors.
Code Sign error: a valid provisioning profile matching the application's Identifier 'com.gendaigames.gamesaladviewer' could not be found
warning: building with 'Targeted Device Family' set to iPhone only ('1') not supported with SDK 'Device - iPhone OS 3.2'.
What am I supposed to do?
I dont understand why xcode has to be this difficult sometimes!
Cheers, Dragokillz
Code Sign error: a valid provisioning profile matching the application's Identifier 'com.gendaigames.gamesaladviewer' could not be found
warning: building with 'Targeted Device Family' set to iPhone only ('1') not supported with SDK 'Device - iPhone OS 3.2'.
What am I supposed to do?
I dont understand why xcode has to be this difficult sometimes!
Cheers, Dragokillz
Comments
In XCode, you must the the code sign match whatever you put in the provisioning file.
So you specifically need to change: com.gendaigames.gamesaladviewer
To: com.YOURNAME.gamesaladviewer or whatever you used for the profile.
I really recommend following the steps to build the Viewer exactly as they are laid out on this page:
http://gamesalad.com/wiki/developing_for_iphone:building_gamesalad_viewer
It is quite complicated, but if you follow them exactly it works.
Good luck!