euc-releases/iOS-WorkspaceONE-SDK

Broken CFBundleVersion

Closed this issue · 6 comments

The latest version of the SDK breaks the App Store Connect submission.

image image

The latest version of the SDK breaks the App Store Connect submission.

image image

I am also facing the same issue while uploading the build to TestFlight, can someone please take a look into this on a priority?
An invalid BundleVersion is being added to your info.plist which is not following the Apple guidelines now related to non-negative integer and dot-separated patterns.

The latest version still have the same Bundle Version issue
image

Yes in latest version also facing same issue.

@osmar106 & @thakur40Avaya Thanks for reporting the issue, We found the cause of the issue and the fix will be the upcoming releases. Mean while if possible can you please download the framework explicitly, and modify the plist and add to your projects?

The link to download framework you can get from the package file.
Screenshot 2025-01-15 at 12 51 52 PM

After I changed the value of CFBundleVersion in Info.plist , I got the following errors, any solution for this?

The signature of “AWSDK.xcframework” cannot be validated and may have been compromised.

Screenshot 2025-01-16 at 11 52 55 AM

Since you modified the plist, you have to consider removing the signature folder from the xcframework then add to your project and accept the change in Xcode when prompted.