문제

Overall goal: Build an ipa for use in testflight

Issue: When I go to archive and build the ipa, xcode gets hung up on the part where it says "Archiving ", i go and try to run on the simulator and lo and behold it won't work there either. So i follow some troubleshooting steps and now it will run in the simulator but only if debugger is set to "none". What causes this and how can I fix it?

Note: Everything was working fine initially until i tried to change the version somewhere from 1.0 to 1.1 or 1.2. Tried backtracking to no avail.

I have tried:

  • Restarting the simulator
  • Resetting simulator content and settings
  • Rebooting
도움이 되었습니까?

해결책

Got what works, If I turned off my network connection it would build and run no problem. Must have had the keychain tied up somehow.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top