Hello, I'm trying to compile the code from Fox2 available athttps://developer.apple.com/videos/play/wwdc2017/604/Fox2This code uses the new features of SceneKit and I presume it can only run if you have the latest beta macOS High Sierra and Xcode Beta (I have beta 2).I downloaded the app and added developer signing. I also tried to run in my iOS device (also iOS 11 beta 2), but the code doesn't even compile. It's showing SNCVector3... errors, e.g.SCNVector3FromFloat3 is unavailable in Swift --> SCNVector3FromFloat3. has been explicitly marked unavailable hereSCNMatrix4FromMat4 is unavailable in Swift --> SCNMatrix4FromMat4. has been explicitly marked unavailable hereSCNVector3ToFloat is unavailable in Swift --> SCNVector3ToFloat. has been explicitly marked unavailable hereWhat could be wrong in my setup?
2
0
1.1k