Swift Sdtlib tool error: Task failed with exit code 1

前端 未结 7 1074
闹比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:26

    In my case, it was solved by

    1. Close Xcode.
    2. Clean Derived data.
    3. Open Xcode.
    4. Clean Product.
    5. Run your app.

提交回复
热议问题