iOS Failed to set code signing settings for ios/._Runner.xcodeproj #1686
-
I got this error when xcode uses profile. I have checked xcode setting, everything seems ok. no red line error in sign-in and capabilities. Any help please? ![]() |
Beta Was this translation helpful? Give feedback.
Answered by
icarusdust
May 30, 2023
Replies: 1 comment 1 reply
-
Hi @ferdiangunawan, from the screenshot, I can say that there is a typo in your project's xcodeproj file name. There should not be |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ferdiangunawan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ferdiangunawan, from the screenshot, I can say that there is a typo in your project's xcodeproj file name. There should not be
._
chars in front of it. Please remove them and the build should pass that step successfully. Let me know in case of any further questions.