kewlbear/Python-iOS

Crash on iOS16

KodaKoder opened this issue · 2 comments

I get a crash on iOS16

#0 (null) in assertionFailure(:_:file:line🎏) ()
#1 (null) in swift_unexpectedError ()
#2 (null) in specialized static PythonLibrary.loadSymbol(name:legacyName:type:) ()
#3 (null) in specialized static PythonLibrary.loadSymbol(name:legacyName:type:) ()
#4 (null) in one-time initialization function for Py_Initialize ()
#7 0x000000010044995c in Py_Initialize.unsafeMutableAddressor
#8 0x000000010044995c in PythonInterface.init()

In debug I working, once archived and released it crashes

where I'm wrong ? :)
Thanks

Maybe this? #10 (comment)

Thanks solved! :)