cargo-bundle icon indicating copy to clipboard operation
cargo-bundle copied to clipboard

`xcrun simctl` says there is no CFBundleVersion

Open ijsnow opened this issue 2 years ago • 1 comments

I am unable to run an app bundled for iOS due to the following error:

An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The application's Info.plist does not contain a valid CFBundleVersion.
Ensure your bundle contains a valid CFBundleVersion.

I checked the Info.plist file and there is in face a CFBundleVersion with the value 0.1.0. Possibly the same as #80? I'm using Xcode version 13.1 (13A1030d)

ijsnow avatar Mar 23 '22 16:03 ijsnow

I ran into something like this the other day. In my case, it was because there was a directory in the resources directory inside the .app directory and had nothing todo with the CFBundleVersion.

simlay avatar Mar 24 '22 17:03 simlay