NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
90 stars 41 forks source link

Cannot install Example app on simulator with CFBundleVersion error #97

Closed nmchristov closed 1 year ago

nmchristov commented 1 year ago

The app fails to install on simulator with the following error: The application's Info.plist does not contain CFBundleVersion. Ensure your bundle contains a CFBundleVersion.

Environment: M1 gen 1 xcode: 14.0.1

nmchristov commented 1 year ago

Found the issue, this only happens in non git setup. There is a build script modifying the .plist file with the git commit and if outside git the plist will be missing the build number