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

TestFlight Upload Failure with Xcode 15 & Fastlane Due to Missing CFBundleVersion in SocketSwift.xcframework #21

Open
didix21 opened this issue Feb 12, 2024 · 0 comments

Comments

@didix21
Copy link

didix21 commented Feb 12, 2024

Description

I've encountered an upload issue to TestFlight using Fastlane's pilot tool in combination with Xcode 15. The error occurs specifically with the SocketSwift.xcframework included in my application. During the upload process, asset validation fails with an error indicating that the Info.plist within SocketSwift.xcframework is missing the required CFBundleVersion key.

Detailed Error Output

Asset validation failed (90056) This bundle Payload/<my-app.app>/Frameworks/SocketSwift.framework is invalid. 
The Info.plist file is missing the required key: CFBundleVersion. 
Please find more information about CFBundleVersion at 
https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion (ID: 5f353f23-4add-481b-8e2c-2c443a55dc26)
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

1 participant