Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcrun simctl says there is no CFBundleVersion #112

Open
ijsnow opened this issue Mar 23, 2022 · 1 comment
Open

xcrun simctl says there is no CFBundleVersion #112

ijsnow opened this issue Mar 23, 2022 · 1 comment

Comments

@ijsnow
Copy link

ijsnow commented Mar 23, 2022

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)

@simlay
Copy link
Contributor

simlay commented Mar 24, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants