Xcode couldn't find any provisioning profiles matching

前端 未结 6 471
一生所求
一生所求 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:08

    I am now able to successfully build. Not sure exactly which step "fixed" things, but this was the sequence:

    • Tried automatic signing again. No go, so reverted to manual.
    • After reverting, I had no Eligible Profiles, all were ineligible. Strange.
    • I created a new certificate and profile, imported both. This too was "ineligible".
    • Removed the iOS platform and re-added it. I had tried this previously without luck.
    • After doing this, Xcode on its own defaulted to automatic signing. And this worked! Success!

    While I am not sure exactly which parts were necessary, I think the previous certificates were the problem. I hate Xcode :(

    Thanks for help.

提交回复
热议问题