Issues while building on the iPod touch

Hi,

I’m using Unity b5 and I’m trying to build and run my application from unity on the ipod touch. I have the prov profile installed on the device with the my device added in it. And it shows up in the Xcode->Organizer as well. However when i try and build it for the device from unity and then launch it from Xcode it gives an error that:

A valid provisioning profile was not found for this executable.

Do i have to make any changes in xcode or set the application/executable name in unity or xcode?

yes you have to change the settings in the xcode project - project settings / active target settings

by default it will have a provision from one of the unity devs (the one thats stored in the template used for the project)

once you have all setup in xcode, just go to unity and switch base sdk and target os to unknown so it won’t overwrite the configurations there anymore

I just do a build from unity using unknown as the SDK and ios and then go in Xcode to change the prov profile to select the proper one with Certificate. But it still gives the same error that A valid prov profile was not found for this executable.

It is using the correct the prov profile which has all the devices provisioned so i guess it should work. And it works on the ipad which i used initially to test it which is wierd. It just wont work on any other device!!