Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 23, 2023

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Sep 23, 2023

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:

  • Does not use the full path while specifying a system library or framework
  • Adds a test build on iOS Simulator (so we can make sure that the generated .xcodeproj also works on Simulator)
  • Fixes a potential issue on zbarlight recipe (CoreMotion is a framework, not a library)

@misl6 misl6 changed the title Do not use full path for system libraries and frameworks Do not use full path for system libraries and frameworks in .xcodeproj Sep 23, 2023
@misl6 misl6 force-pushed the fix/xcode15-framework-library-lookup branch from 98b2498 to a850b8f Compare September 23, 2023 13:08
@misl6 misl6 merged commit 952bbec into kivy:master Sep 23, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants