Failed to set code signing settings for ios #1156
-
I pretty much followed this video: https://docs.codemagic.io/yaml-code-signing/signing-ios/ in setting up. Did I do something wrong? :( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi @Skyrac, Can you please share the build id? |
Beta Was this translation helpful? Give feedback.
-
The very first thing that caught my attention from the screenshot you attached is this part:
I would expect it to be Possibly, you can get rid of both |
Beta Was this translation helpful? Give feedback.
The very first thing that caught my attention from the screenshot you attached is this part:
Failed to set code signing settings for ios/._Runner.xcodeproj
I would expect it to be
ios/Runner.xcodeproj
instead. Checking your second screenshot and there is._
indeed under Runner.xcworkspace.Possibly, you can get rid of both
._Runner.xcodeproj
and._Runner.xcworkspace
as they are unnecessary and do not know why you added them.