Installation Failed: Invalid Argument -iOS Extension

后端 未结 16 703
南方客
南方客 2020-12-29 06:44

https://imgur.com/vFn0S7g

I am about to build watch app target from existing project. I encountered a strange error upon finishing build that unables me to run the wa

相关标签:
16条回答
  • 2020-12-29 07:07

    I had the same issue. This helped https://forums.developer.apple.com/thread/7338

    0 讨论(0)
  • 2020-12-29 07:14

    I got my error fixed by setting the project's "Product Bundle Identifier". It was empty since my project was being generated by Gyp and I hadn't set that particular setting on the project.

    0 讨论(0)
  • 2020-12-29 07:19

    I ran into the same issue and got it resolved by cleaning the phone's memory since it was too low to install the app.

    0 讨论(0)
  • 2020-12-29 07:20

    Check your device's storage.

    I had this issue and deleting some apps was the only solution for me...

    0 讨论(0)
  • 2020-12-29 07:22

    I could fix this problem by switching to a different simulator (iPhone6 instead of iPhone6s) in my case).

    0 讨论(0)
  • 2020-12-29 07:23

    I fixed this by first building for an actual device - once I'd done that at least once, the simulator ran fine.

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