facebookincubator / SocketRocket

A conforming Objective-C WebSocket client library.
Other
9.55k stars 2.01k forks source link

Facing issue while uploading build on App Store #591

Open sanoj00b opened 6 years ago

sanoj00b commented 6 years ago

Facing issue while uploading build on App Store:

ERROR ITMS-90056: "This bundle Payload/App.app/Frameworks/SocketRocket.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion." Return status of iTunes Transporter was 1: ERROR ITMS-90056: "This bundle Payload/App.app/Frameworks/SocketRocket.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion." The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure. help?

pointing to 0.4.2 tried carthage update with master but still same issue.

ricardopereira commented 6 years ago

@sanojbluejeans Did you found any workaround?

sanoj00b commented 6 years ago

@ricardopereira Not yet, even I tried with same PR which he mentioned in other issue on github but that did not work for me as well. Did you try that?

ricardopereira commented 6 years ago

@sanojbluejeans try setting the CFBundleVersion to 1.0.0 from Carthage/Build/iOS/SocketRocket.framework/Info.plist and try submit the app again. It should work. It's a workaround 🤷‍♂️

sanoj00b commented 6 years ago

@ricardopereira But I am getting error of missing CFBundleVersion key in plist. In plist I have 1.0 for the same key. Don't why still the issue is :(