quickpose / quickpose-ios-sdk

Quickly add MediaPipe Pose Estimation and Detection to your iOS app. Enable powerful features in your app powered by the body or hand.
https://docs.quickpose.ai/docs/MobileSDK
Apache License 2.0
238 stars 11 forks source link

Add bundle version information to QuickPoseMP.framework #11

Closed AlexExcellence closed 9 months ago

AlexExcellence commented 9 months ago

Hi, Since Xcode 15, Apple requires Frameworks to include bundle version information in the Info.plist files (https://forums.developer.apple.com/forums/thread/738351?answerId=774763022#774763022).

Consequently, it is currently impossible to archive apps using the QuickPoseMP.framework. To fix that, the CFBundleVersion and the CFBundleShortVersionString need to be included in the Info.plist file of the QuickPoseMP.framework.

filipljubicic commented 9 months ago

Hi AlexExcellence,

Thank you for sharing this with us. Just wanted to check did this happen to you in the latest version of QuickPose?

AlexExcellence commented 9 months ago

That was the issue, thank you!