sorry for the insanely easy question however I don’t seem to get this to work.
I have enrolled in the apple iphone dev and have installed the certs to my best knowledge, and I have installed the Unity Iphone trial, all i want to do is build the water demo to play on the iphone simulator and xcode keeps saying:
Code Sign error: a valid provisioning profile matching the application’s Identifier ‘com.lloydhooson.YourProductName’ could not be found.
I live in the UK if that has a bearing on this but i don’t know where or what the string needs to be in the iphone bundle identifier in unity.
Unless my certs are not installed correctly.
Thanks in advanced.
Please Help!
Well, all of your potential provisioning issues aside… You can’t run Unity apps in the simulator
thanks for the reply. Oh ok, well that answers one problem, however it wont compile as i understand it with that error. Any answers?
Most likely the application name you’ve got in unity doesn’t match your provisioning profile name.
I tend to make a wildcard profile that allows me to give the apps any name and have then work on my dev ipods and iphones. I only lock the name down for the distribution profile. This method also means that I only ever need one provisioning profile for all dev work.
yes! thanks wild card! and use the assistant in your apple dev area.
Thanks again for the reply’s.