Hey Guys!
I'm trying to distribute my app to testers.. And I cannot put it on any iOS devices other then mine. It says, "A valid provisioning profile was not found matching bla." And so i followed apple's instructions again, and checked the Build Log for Embedded.mobileprovision and could not find it. Under the CodeSign part it says:
Code:
CodeSign build/Distribution-iphoneos/XXX.app
cd "/Users/XXX/Desktop/Dropbox/Apps:Projects/XXX"
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv _CODESIGN_ALLOCATE_ /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
/usr/bin/codesign -f -s "iPhone Distribution: XXX, Inc." --resource-rules=/Users/XXX/Desktop/Dropbox/Apps:Projects/XXX/build/Distribution-iphoneos/XXX.app/ResourceRules.plist --entitlements /Users/XXX/Desktop/Dropbox/Apps:Projects/XXX/build/XXX.build/Distribution-iphoneos/XXX.build/iLion.xcent /Users/XXX/Desktop/Dropbox/Apps:Projects/XXX/build/Distribution-iphoneos/XXX.app
Please help!
I've tried cleaning all targets and everything else like that...