xcode - Code signing problems while testing on device -


i preparing app go send itunesconnect, created provisioning profile app distribution. when go test app on device distribution configuration app doesn't open , message appears a valid provisioning profile executable not found. question is: there problem test on device app distribution code signing?

you need create ad hoc provisioning profile testing release build. see http://developer.apple.com/library/mac/documentation/ides/conceptual/appdistributionguide/testingyouriosapp/testingyouriosapp.html#//apple_ref/doc/uid/tp40012582-ch8-sw1

or use service. use testflight distribute betas , love use crashlytics crash reporting , including crashlytics in app store release not testflight sdk.


Comments