Changbeom Ahn
Changbeom Ahn
As you can see it's just an alias, there should be no change in behavior.
I guess you can comment out init() entirely.
See #169
Did you check out "tool" branch?
I've updated this package using newer Kivy-ios recipe. Please try it and let me know. Here you can see how this package is built. https://github.com/kewlbear/NumPy-iOS/actions/runs/4777482327/jobs/8493246886
@Jake-SoftwareRaven On which OS are you trying to do it? What Python packages are you using? The solution depends on a lot of things.
@Jake-SoftwareRaven Python packages containing source files of other languages like numpy and scipy needs to be compiled for iOS before use. There are few open source projects for Python on...
See this https://github.com/kewlbear/YoutubeDL-iOS/blob/fa41e79d0630b427c6ec698d57c1af20e2ef8ef8/Sources/YoutubeDL/YoutubeDL.swift#L385.
Can you see what's behind ...?
Try changing DEPLOYMENT_TARGET to "10.0" like the error message suggests.