We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1321ab6 commit 9b8bc5aCopy full SHA for 9b8bc5a
Scripts/build.sh
@@ -2,4 +2,4 @@ cd kivy-ios
2
3
xcodebuild -create-xcframework -output libpython3.xcframework \
4
-library dist/frameworks/python3.xcframework/ios-arm64/libpython3.8.a -headers dist/root/python3/include/python3.8 \
5
- -library dist/frameworks/python3.xcframework/ios-x86_64-simulator/libpython3.8.a -headers dist/root/python3/include/python3.8
+ -library dist/frameworks/python3.xcframework/ios-arm64_x86_64-simulator/libpython3.8.a -headers dist/root/python3/include/python3.8
0 commit comments