"No valid code signing certificates were found" Flutter app (Windows) #1357
Replies: 2 comments 3 replies
-
Hi @ErosCarinci, Can you please share the build id, so we can further look into your query. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Whenever I try to build my app using codemagic it proceeds all the way to "Building iOS". At this point it stops and gives me this message:
No valid code signing certificates were found
You can connect to your Apple Developer account by signing in with your Apple ID
in Xcode and create an iOS Development Certificate as well as a Provisioning
Profile for your project by:
1- Open the Flutter project's Xcode target with
open ios/Runner.xcworkspace
2- Select the 'Runner' project in the navigator then the 'Runner' target
in the project settings
3- Make sure a 'Development Team' is selected under Signing & Capabilities > Team.
You may need to:
- Log in with your Apple ID in Xcode first
- Ensure you have a valid unique Bundle ID
- Register your device with your Apple Developer Account
- Let Xcode automatically provision a profile for your app
4- Build or run your project again
5- Trust your newly created Development Certificate on your iOS device
via Settings > General > Device Management > [your new certificate] > Trust
I do not have Xcode and I have already uploaded a certificate using OpenSSL, but I can see that codemagic creates its own API certificate . So, I am clueless of what to do and hope you guys have an answer for me.
Also, it gives me this:
ompleted configuring code signing settings
Did not find matching provisioning profiles for code signing!
Generated options for exporting the project
Do I have to make the profiles match, and if so, how?
Thank you X_X
Beta Was this translation helpful? Give feedback.
All reactions