Closed AlexExcellence closed 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.
Hi AlexExcellence,
Thank you for sharing this with us. Just wanted to check did this happen to you in the latest version of QuickPose?
That was the issue, thank you!
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.