Hey Robin, I'm having trouble building with tapdaq, i keep getting errors. I downloaded both the new Tapdaq, and the new Robin extension. Eventho they keep showing the preview version numbers (1.6 for tapdaq and 0.8 for robin exension in stencyl)
Fix the version in version 1.8
jar:file:/Users/jrdnmlndz/Downloads/Stencyl/sw.jar!/res/logview4j/images/info.gif false INFO 1487159857620004535 stencyl.sw.util.StreamGobbler [haxelib] ** BUILD FAILED **
jar:file:/Users/jrdnmlndz/Downloads/Stencyl/sw.jar!/res/logview4j/images/info.gif false INFO 1487159857607004534 stencyl.sw.util.StreamGobbler [haxelib] clang: error: linker command failed with exit code 1 (use -v to see invocation)
jar:file:/Users/jrdnmlndz/Downloads/Stencyl/sw.jar!/res/logview4j/images/info.gif false INFO 1487159857607004533 stencyl.sw.util.StreamGobbler [haxelib] ld: symbol(s) not found for architecture arm64
jar:file:/Users/jrdnmlndz/Downloads/Stencyl/sw.jar!/res/logview4j/images/info.gif false INFO 1487159857607004532 stencyl.sw.util.StreamGobbler [haxelib] objc-class-ref in libtapdaq.a(cd332943_TapdaqEx.o)
jar:file:/Users/jrdnmlndz/Downloads/Stencyl/sw.jar!/res/logview4j/images/info.gif false INFO 1487159857607004531 stencyl.sw.util.StreamGobbler [haxelib] "_OBJC_CLASS_$_TDProperties", referenced from:
jar:file:/Users/jrdnmlndz/Downloads/Stencyl/sw.jar!/res/logview4j/images/info.gif false INFO 1487159857607004530 stencyl.sw.util.StreamGobbler [haxelib] objc-class-ref in libtapdaq.a(cd332943_TapdaqEx.o)
jar:file:/Users/jrdnmlndz/Downloads/Stencyl/sw.jar!/res/logview4j/images/info.gif false INFO 1487159857607004529 stencyl.sw.util.StreamGobbler [haxelib] "_OBJC_CLASS_$_TDTestDevices", referenced from:
jar:file:/Users/jrdnmlndz/Downloads/Stencyl/sw.jar!/res/logview4j/images/info.gif false INFO 1487159857607004528 stencyl.sw.util.StreamGobbler [haxelib] (maybe you meant: _OBJC_CLASS_$_TapdaqController)
jar:file:/Users/jrdnmlndz/Downloads/Stencyl/sw.jar!/res/logview4j/images/info.gif false INFO 1487159857607004527 stencyl.sw.util.StreamGobbler [haxelib] objc-class-ref in libtapdaq.a(cd332943_TapdaqEx.o)
jar:file:/Users/jrdnmlndz/Downloads/Stencyl/sw.jar!/res/logview4j/images/info.gif false INFO 1487159857607004526 stencyl.sw.util.StreamGobbler [haxelib] "_OBJC_CLASS_$_Tapdaq", referenced from:
It seems the Tapdaq.framework is not linked, after download the extension.
Try to update to version 1.8.
If you stil get the same error follow below steps:
1) Go to "YOURDOCUMENTFOLDER"/stencylworks/engine-extensions/tapdaq-master/frameworks"
2) Delete the Tapdaq.framework in this folder
3) Download the Tapdaq.framework from here:
https://www.dropbox.com/s/vqeg64i8f8736mq/tapdaq-ios-sdk-master.zip?dl=04) Unzip it and copy the Tapdaq.framework to "YOURDOCUMENTFOLDER"/stencylworks/engine-extensions/tapdaq-master/frameworks"
5) Run clean project and try to compile