You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
I am unable to run an app bundled for iOS due to the following error:
I checked the Info.plist file and there is in face a
CFBundleVersion
with the value0.1.0
. Possibly the same as #80? I'm using Xcode version 13.1 (13A1030d)The text was updated successfully, but these errors were encountered: