Closed pylapp closed 3 years ago
@ReticentJohn Could you help me to solve this kind of issue please?
Thanks :)
Odd one @pylapp did you check the targets? Maybe one of them is missing a version and/or build number?
I am also having this issue. Not sure what the problem is, but I'm looking into it as well.
Ok, by manually updating the Bundle Version of DireFloof/Supporting Files/Info.plist
and Amaroq Push/Info.plist
to 1.0.0
, I get a new error.
By clicking details:
This app could not be installed at this time.
Domain: IXUserPresentableErrorDomain
Code: 1
Failure Reason: Could not install at this time.
Recovery Suggestion: Appex bundle at /Users/john/Library/Developer/CoreSimulator/Devices/2126153F-F009-4388-B620-63438F4F1745/data/Library/Caches/com.apple.mobile.installd.staging/temp.tEqtOE/extracted/Amaroq.app/PlugIns/com.keyboardfloofs.amarok.Amaroq-Push.appex with ID com.keyboardfloofs.amarok.Amaroq-Push does not have a CFBundleVersion key with a non-zero length string value in its Info.plist
--
Appex bundle at /Users/john/Library/Developer/CoreSimulator/Devices/2126153F-F009-4388-B620-63438F4F1745/data/Library/Caches/com.apple.mobile.installd.staging/temp.tEqtOE/extracted/Amaroq.app/PlugIns/com.keyboardfloofs.amarok.Amaroq-Push.appex with ID com.keyboardfloofs.amarok.Amaroq-Push does not have a CFBundleVersion key with a non-zero length string value in its Info.plist
Domain: MIInstallerErrorDomain
Code: 33
User Info: {
FunctionName = "-[MIPluginKitPluginBundle validateBundleMetadataWithError:]";
LegacyErrorString = MissingBundleVersion;
SourceFileLine = 540;
}
--
System Information
macOS Version 10.15.6 (Build 19G2021)
Xcode 11.6 (16141)
This seems to be the same whether its on master or develop.
@ReticentJohn Targets are good, and no entry is missing in the Info.plist files. I have the same error as @johnmahlon :(
Do you have any news to share about this issue? Could it be related to certificates? Sometimes I got the error I mentioned, sometimes I got the error of @johnmahlon.
It is very blocking :(
If you have a running branch or commit, you could tell us which ones? Could it be one of the files listed in the .gitignore which is responsible of this mess? It may explain why you did not get the error.
Help will be very appreciated :)
@ReticentJohn Could you tell use which version of Xcode you use?
It seems there is an issue with Xcode and the management of bundle versions. If fact even if the detail is filled in the Info.plist, the derived data is never updated. Thus it is not possible to run the project in a simulator, and finally work on evolutions for the project :-/
Could you be nice to check that?
Thanks