Xcode couldn't find any provisioning profiles matching

前端 未结 6 472
一生所求
一生所求 2021-02-01 14:24

I am trying to rebuild an ios app, that previously had no issues (first rebuild in 6 months or so). Environment is OSX 10.13.5 with all the latest updates, Xcode 9.4.1, Ionic is

6条回答
  •  孤独总比滥情好
    2021-02-01 15:01

    What fixed it for me was plugging my iPhone and allowing it as a simulator destination. Doing so required my to register my iPhone in Apple Dev account and once that was done and I ran my project from Xcode on my iPhone everything fixed itself.

    1. Connect your iPhone to your Mac
    2. Xcode>Window>Devices & Simulators
    3. Add new under Devices and make sure "show are run destination" is ticked
    4. Build project and run it on your iPhone

提交回复
热议问题