Xcode: failed to get the task for process

前端 未结 13 1423
眼角桃花
眼角桃花 2020-12-02 04:25

I\'ve run in release mode my app on a iPhone with Xcode 4.

Everything worked great until when I switch to the simulator and I switched back to the iPhone. After swit

13条回答
  •  北海茫月
    2020-12-02 05:05

    I am betting that your release mode includes compiling with your distribution certificate, which disallows this behavior (you wouldn't want some random fool hooking into your app after downloading it from the app store). Compile with the development certificate instead. You can change this in the building settings under code signing.

提交回复
热议问题