Installation Failed: Invalid Argument -iOS Extension

后端 未结 16 704
南方客
南方客 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:24

    If you run in device then remove previous app . It will work .

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

    I had the same issue. This sequence helped for me:

    Xcode doesn't like it when you have a referenced directory called 'Resources' within your resource bundle (see timrex)

    1) Remove 'Resources' directory from your project's tree;

    2) Reset content and settings in iPhone simulator;

    3) Press Shift+Cmd+Alt+K and click 'Clean' or Shift+Cmd+K in xCode window;

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

    I got this issue while running on simulator. I rebooted the system and the issue gone.

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

    Switch OFF your Phone and ON.

    Now install your app ,its works for me.

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