Replies: 2 comments
-
Hi @typexy, your .plist file is retrieved from your repo during a build. You can observe the plist file content by [remote accessing a builder machine] (https://docs.codemagic.io/troubleshooting/accessing-builder-machine-via-ssh/). Also, afaik you cannot have multiple .plist files per target unless your all these .plist files are dependent on the main .plist file via |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
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.
-
I have a running Codemagic CI in place to build my flutter application. When iOS App is built it is not using existing Info.plist, Info-release.plist nor Info-Debug.plist I created in the project under
appname/ios/Runner
Instead it is generating a .plist file and it's missing the required permissions, such as e.g. Bluetooth (NSBluetoothAlwaysUsageDescription, ...) I'm using and specified already in the mentioned *.plist files above.
Please find belows settings for "build" stage:

Unfortunately, I couldn't find anything in the docs / faqs provided by Codemagi, so any help is highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions