fox demo from wwdc2015 not working

Downloaded xcode7 and the fox demo but not working on iOS or mac pro


error on mac:-


dyld`dyld_fatal_error:

0x7fff5fc01074 <+0>: int3

-> 0x7fff5fc01075 <+1>: nop


error on iOS:- attaching fox and then mothing

Found this bit also


dyld: Symbol not found: _OBJC_CLASS_$_SCNAudioPlayer

Referenced from: /Users/steve/Library/Developer/Xcode/DerivedData/Fox-bxsdkygmgcpzeleygbjwxmdxlwaq/Build/Products/Debug/Fox.app/Contents/MacOS/Fox

Expected in: /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit

in /Users/steve/Library/Developer/Xcode/DerivedData/Fox-bxsdkygmgcpzeleygbjwxmdxlwaq/Build/Products/Debug/Fox.app/Contents/MacOS/Fox

I have the exact problem. Perhaps it has something to do with running this sample on OS X 10.10.4 instead of 10.11?

Both of you are correct. Notice this line:


dyld: Symbol not found: _OBJC_CLASS_$_SCNAudioPlayer


This means that the SCNAudioPlayer class is missing in the runtime. It was only just added for 10.11, so that's why it won't work on 10.10.x. Same for iOS 8.x.

fox demo from wwdc2015 not working
 
 
Q