After upgrading to macOS 10.13.4 and Xcode 9.3, my project now makes all my Provisioning Profile ineligible! They worked before upgrade.
The error message for the distribution profile is:
Provisioning profile "distribution profile name" doesn't include signing certificate "development certificate name"
So I search through the forum,
- remove ALL items in keychain My Certificate
- redownload the distribution profile (double tap to install to Xcode)
- create new distribution profile (double tap to install to Xcode)
- recreate the Production certificate (double tap to install to Keychain)
- redownload the Development certificate (double tap to install to Keychain)
So now my keychain has two production certificate (one is newly created), and one development certificate, and the error is still there. I found it weird that it asked for the development certificate in distribution profile? (I think this is the clue, but I don't know why)
So now what should I do? Please help!