I need to construct an iOS utility utilizing Codemagic, however an error message seems :
Didn’t discover matching provisioning profiles for code signing!
No legitimate code signing certificates had been discovered
You possibly can hook up with your Apple Developer account by signing in together with your Apple ID
in Xcode and create an iOS Improvement Certificates in addition to a Provisioning
Profile to your venture by:
1- Open the Flutter venture’s Xcode goal with
open ios/Runner.xcworkspace
2- Choose the ‘Runner’ venture within the navigator then the ‘Runner’ goal
within the venture settings
3- Ensure that a ‘Improvement Group’ is chosen below Signing & Capabilities > Group.
You could have to:
– Log in together with your Apple ID in Xcode first
– Guarantee you could have a legitimate distinctive Bundle ID
– Register your gadget together with your Apple Developer Account
– Let Xcode mechanically provision a profile to your app
4- Construct or run your venture once more
5- Belief your newly created Improvement Certificates in your iOS gadget
through Settings > Normal > System Administration > [your new certificate] > Belief
For extra data, please go to:
https://developer.apple.com/library/content material/documentation/IDEs/Conceptual/
AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html
Or run on an iOS simulator with out code signing
I hope you’ll be able to assist me clear up this drawback