Swift Sdtlib tool error: Task failed with exit code 1

前端 未结 7 1076
闹比i
闹比i 2020-12-08 14:32

So randomly after several hours of work this morning on my app, Xcode just stopped letting me test my app on my iPhone. But I can still test it in the simulator.

Now

7条回答
  •  轮回少年
    2020-12-08 15:10

    First make sure your certificates haven't expired and then follow the steps listed by king foot:

    Move the iOS developer certificate from local to system using Key Chain:

    1. Close Xcode.
    2. Open Key Chain.
    3. Find the iOS Developer cert in Local.
    4. Drag and drop the cert from Local to the System tab.
    5. Enter admin password when prompted.
    6. Start Xcode and build project for your device.

提交回复
热议问题