kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
758 stars 237 forks source link

Do not use full path for system libraries and frameworks in `.xcodeproj` #867

Closed misl6 closed 9 months ago

misl6 commented 9 months ago

XCode 15 fails to build the App if the specified full path of a system library or framework is different from the target destination.

E.g: If the target destination is a real iOS device, and the specified full path is for the Simulator, it will fail to build for the real iOS device, and vice-versa.

This PR: