Xcode Unable to install “Runner” Code: -402620392 (Flutter app)

后端 未结 1 1281
余生分开走
余生分开走 2021-01-28 20:31

XCode Version 11.1 (11A1027) Flutter version 1.17.5

I try to run my Flutter App on IPad (12.4.6). It builds without errors, but on installing step shows the message

<
相关标签:
1条回答
  • 2021-01-28 21:19

    I was stuck with this problem for about a week, and finally just tried everything i could think of... What ended up working for me, was deleting the "code signing entitlements" that was generated for the project, because i notices that my other projects didn't have them.

    Go to the runner in Targets -> Build Settings -> Scroll down to "Code Signing Entitlements" and delete them by pressing backspace on the keyboard!

    After you have deleted them, it should look something like this image.

    Image of my Code Signing Entitlements

    Let me know if this worked for anyone else :)

    0 讨论(0)
提交回复
热议问题