-
If you are looking for help, please confirm the following...
Which mobile framework are you using?React Native Steps to reproduceIn the build step I have xcodebuild -workspace /Users/builder/clone/ios/AppName.xcworkspace -scheme AppName-archivePath build/ios/xcarchive/AppName_gjqj5r5b.xcarchive archive COMPILER_INDEX_STORE_ENABLE=NO DEVELOPMENT_TEAM=4QJN6V8JA4 'CODE_SIGN_IDENTITY=Apple Distribution' CODE_SIGN_STYLE=Manual Expected resultsThe build should succeed Actual resultsIt says error: No profile for team 'TEAM_ID' matching 'PROFILE_NAME' found: Xcode couldn't find any provisioning profiles matching 'TEAM_ID/PROFILE_NAME'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the Signing & Capabilities tab of the target editor. (in target 'APP_NAME' from project 'APP_NAME' Build id (optional)6490d191539adce1eedef8c7 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Hi @iib0011, any specific reason you are using |
Beta Was this translation helpful? Give feedback.
-
While I’m closing our thread for now, if you have any other questions or suggestions, feel free to reply back. Have a nice day! |
Beta Was this translation helpful? Give feedback.
@iib0011,
Set info.plist
step is failing, please correct the path as you mentioned and try re-running the build.