Closed radyhaggag closed 1 day ago
/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 https://github.com/leancodepl/patrol/issues/1596#issuecomment-1663978628. 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 ^^, Cheers Kendru
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
``` [23:26:43]: All required keys, certificates and provisioning profiles are installed 🙌 [23:26:43]: Setting Provisioning Profile type to 'development' [23:26:43]: -------------------------------------------------------------------- [23:26:43]: Step: patrol build ios --target integration_test/integration_test.dart --flavor staging --dart-define=ENVIRONMENT=staging --bundle-id=com.language.taaly.test --release -v [23:27:34]: ▸ #6 PatrolCommandRunner.runCommand (package:patrol_cli/src/runner/patrol_command_runner.dart:366:18) [23:27:34]: ▸Patrol version
patrol: ^3.13.0-dev.4
Patrol Doctor output
Patrol Doctor output
``` patrol doctor 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```Flutter Doctor output
Flutter 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```