bitrise-io / bitrise

Bitrise runner CLI - run your automations on your Mac or Linux machine -
https://www.bitrise.io/cli
MIT License
838 stars 130 forks source link

set-xcode-build-number step doesn't find info.plist #972

Open h0shy opened 3 months ago

h0shy commented 3 months ago

We recently migrated our iOS project to use xcconfig files. Since then, the bitrise set-build-number step (2.0.4) throws the following error:

The version numbers are stored in the plist file. Run: key: string("INFOPLIST_FILE") not found in: serialized.Object(serialized.Object{})

Everything builds and runs fine locally, the path to the info.plist is correctly set in our xcconfig files and therefore in our build settings.

We cannot find any error on our side. Any advice would is much appreciated.