문제

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