I am developing a Swift iOS app for in-house distribution and I am having trouble exporting the app - I get: \"Wildcard App IDs can not be used to create In House p
I faced the same problem and almost spent one day to solve the problem.
When I encountered the problem, I thought it was an error related with invalid distribution certificate or provisioning profile. I renewed certificates and all other stuff. Nothing worked! Neither certificates nor provisioning profiles were the root cause.
I have seen an announcement on Apple Developer page. Apple's WWDR Certificate was expiring and newest one available on that page. I updated that certificate and it worked!
Steps you should follow:
Keychain Access
and remove expired Apple Worldwide Developer Relations Certification Authority
from certificates.Apple Worldwide Developer Relations Certification Authority
is located under Systems
keychain, not in login. XCode
(If already, close and then open)Hope this may help someone else.