Post

Replies

Boosts

Views

Activity

Reply to SceneKit Fox Code Crashes on M1
I took my 20K app using SceneKit running on an Apple M1 and pruned it down to a 2 line program which fails. It runs on an x86 2013 MacBook pro. To duplicate, make a new CommandLine app and plonk the following lines down. import SceneKit let _ = SCNMatrix4Mult(SCNMatrix4Identity, SCNMatrix4Identity) It responds with Thread 1: EXC_BAD_ACCESS (code=1, address=0x20) I think this may be the same problem, and hope that it gets you closer to the problem. When I code matrix 4 multiply by hand, then I get a boundingBox bad address fault.
Oct ’21