質問

I'm trying to test my app on my device using the Xcode Wildcard App ID. However, the Apple Developer Portal is down. When I try to run the app, I get A valid provisioning profile for this executable was not found.I've tried disabling code signing using methods I've found here and other places on the internet by editing the SDKSettings Plist file, and I get an error message No code signature found.

To make matters worse, the provisioning profile for my app expired during the outage, so I can't use that either. How can I test my app on a device before the portal is back up? I use cocos2d, so the framerate in the simulator is horrid.

役に立ちましたか?

解決

I'm afraid you're SOL, unless you're willing to jailbreak...

他のヒント

Nope, Testflight can solve your problem. You just need to release your .ipa

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top