Replies: 1 comment
-
issue solved: both bundleid should be set correctly in code before building. |
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.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
iOS (Swift, Objective-C)
Steps to reproduce
using a codemagic.yaml from the official example and change it to suit my project.
Expected results
build ipa successfully
Actual results
build failed. with error log:
`Using Xcode 16.0 (16A242d)
Check Lovekey.xcworkspace build settings
Execute "xcodebuild -workspace /Users/builder/clone/Lovekey.xcworkspace -scheme Lovekey -showBuildSettings"
Archive Lovekey.xcworkspace
Execute "xcodebuild -workspace /Users/builder/clone/Lovekey.xcworkspace -scheme Lovekey -archivePath build/ios/xcarchive/Lovekey_jxwjl3nf.xcarchive archive COMPILER_INDEX_STORE_ENABLE=NO DEVELOPMENT_TEAM=LNFMMNHTWS 'CODE_SIGN_IDENTITY=Apple Distribution' CODE_SIGN_STYLE=Manual"
❌ /Users/builder/clone/Lovekey.xcodeproj: error: "Lovekey" requires a provisioning profile with the App Groups feature. Select a provisioning profile in the Signing & Capabilities editor. (in target 'Lovekey' from project 'Lovekey')
Failed to archive /Users/builder/clone/Lovekey.xcworkspace
Build failed :|
Step 6 script
Build ipa for distribution
exited with status code 65`Build id (optional)
67c997bb6a50afe646c7ecec
Beta Was this translation helpful? Give feedback.
All reactions