speedchecker / speedchecker-sdk-ios

54 stars 8 forks source link

Cannot distribute to the AppStore because Frameworks are missing CFBundleVersion in Info.plist #21

Closed itpropmn07 closed 1 year ago

itpropmn07 commented 1 year ago

Hello, I am currently embedding the latest version (1.8.12) of the SpeedChecker SDK into my application, it works very well. But when uploading to the AppStore, Xcode reports an error missing CFBundleVersion in the Info.plist file in the frameworks of the SpeedChecker SDK, so I can’t distribute it to the AppStore. I am using Xcode 15. Please fix it. Thanks.

Screenshot 2023-09-23 at 05 21 15

bogdanicc commented 1 year ago

Thank you for bringing this to our attention.

I've successfully reproduced the issue in Xcode 15 and have released new SDK version 1.8.13 with the necessary fix. Could you please verify and let us know if it resolves the problem for you?

itpropmn07 commented 1 year ago

Hello, thank you for fixing this bug quickly, I can confirm that version 1.8.13 was able to distribute to the App Store successfully.