-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot build the iOS Test app with CI/CD, always throw Provisioning profile issue #2430
Comments
/Users/runner/work/taaly-staging2/taaly-staging2/ios/Runner.xcodeproj: error: Provisioning profile "match Development com.language.taaly.RunnerUITests" has app ID "com.language.taaly.RunnerUITests", which does not match the bundle ID "com.language.taaly.RunnerUITests.xctrunner". (in target 'RunnerUITests' from project 'Runner') |
I noted that there are some old issues here related to this problem. But it closed and they suggested to enable automatic code signing. But i need it with ci/cd and fastlane & github actions. |
Hi @radyhaggag, there is closed issue, with some explanation and (hope so) solution for your problem #1596 (comment). Let us know if you solved the problem and if you have any questions, cheers. |
Hi @Kendru98, I solved it by selecting a profile with "xctrunner" suffix, and set the bundle-id without the "xctrunner". |
Great, I will close the issue then. Don't hesitate to create any other issues or features ideas in the future ^^, |
Steps to reproduce
I created a profile for the test target one for development and one for app-store, and all of them failed to build iOS app to use it with firebase test lab.
I'm using fastlane and GitHub Actions, and i used fastlane match to create the profiles.
Actual results
Always get the following error:
And i don't know what is "com.language.taaly.RunnerUITests.xctrunner" bundle-id.
How can i solve this?
Logs
Logs
Patrol version
patrol: ^3.13.0-dev.4
Patrol Doctor output
Patrol Doctor output
patrol doctor --verbose
Verbose mode enabled. More logs will be printed.
Patrol doctor:
Patrol CLI version: 3.4.0
Flutter command: flutter
Flutter 3.24.5 • channel stable
Android:
• Program adb found in /Users/radyhaggag/Library/Android/sdk/platform-tools/adb
• Env var $ANDROID_HOME set to /Users/radyhaggag/Library/Android/sdk
iOS / macOS:
• Program xcodebuild found in /usr/bin/xcodebuild
• Program ideviceinstaller found in /opt/homebrew/bin/ideviceinstaller```
The text was updated successfully, but these errors were encountered: