Hi,
i just tried to make an adhoc distribution in xcode with “build and archive”
reason: in the past it was way more easy to create an ipa file with this methode, as a lot of testers could not install a developer app, zipped.
so, i cannot think of anything different other then having ios 4.2 on ipad and using xcode 3.2.5 now.
everything is set up for adhoc distribution.
- the entitlements.plist is there and get-task-allow is uncecked.
- entitlements.plist is written into Code Signing Entitlements
- Code Signing identity is set to iphone distribution and everthing looks right its matching the right profiles
But a build and run or build and archive (go through the whole process of saving the file and trying to install with xcode or iphone configuration utility) will result now in “A valid provisioning profile for this executable was not found.”
Great. In the past one had to check Generate Debug Symbols in the settings to get Build and Archive to work. But this time nothing works.
Anybody an idea?