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

update for recent iOS platform changes #859

Closed tcaduser closed 9 months ago

tcaduser commented 9 months ago

Fix matplotlib build for new iOS changes. Asking for some feedback from @misl6

Creates:

dist/lib/iphoneos/libmatplotlib.a
dist/lib/iphonesimulator/libmatplotlib.a

when built on m1

tcaduser commented 9 months ago

Looks like there is something missing in the ci regarding fp-model:

2023-09-10T17:11:58.8591440Z [DEBUG   ] clangclang: : error: error: unknown argument: '-fp-model'unknown argument: '-fp-model'
2023-09-10T17:11:58.8594220Z [DEBUG   ] 
2023-09-10T17:11:58.8595130Z [DEBUG   ] clang: error: unknown argument: '-fp-model'
2023-09-10T17:11:58.8596370Z [DEBUG   ] clangclang: : error: error: no such file or directory: 'strict'no such file or directory: 'strict'
2023-09-10T17:11:58.8597430Z [DEBUG   ] 
2023-09-10T17:11:58.8597950Z [DEBUG   ] clang: error: no such file or directory: 'strict'
tcaduser commented 9 months ago

Please see Issue #860 for where things went wrong. @AndreMiras , could you please restart my build?