Socket.swift icon indicating copy to clipboard operation
Socket.swift copied to clipboard

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

Open didix21 opened this issue 2 years ago • 0 comments

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)

didix21 avatar Feb 12 '24 20:02 didix21