google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.8k stars 293 forks source link

Required key CFBundleVersion in Info.plist #50

Closed claudiowagner closed 6 years ago

claudiowagner commented 6 years ago

I try to upload my app and Distribution failed with erros:

The "CFBundleVersion" exists in Info.plist, but is empty. I change manualy to "1" and uploaded my app sucessfuly.

Carthage version: 0.29.0 Promises version: 1.2.1 XCode version: 9.4

shoumikhin commented 6 years ago

Thank you for the heads up @claudiowagner! Please, send a pull-request with proposed changes.

shoumikhin commented 6 years ago

Nvm, should be resolved when https://github.com/google/promises/pull/51 is in. Let us know if you see further issues. Thank you for reporting!