Created
April 30, 2014 23:41
-
-
Save jeffbonnes/225e7b337b8f593d0c0e to your computer and use it in GitHub Desktop.
Hyperloop Launch Errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'm thinking this must have something to do with my node setup - but I think it is pretty standard! | |
Output: | |
magneto:hyperloop jeff$ hyperloop launch --src=examples/ios/spritekit --debug | |
[DEBUG] copying /usr/local/lib/node_modules/hyperloop/deps/_source-map.js to build/src/hl__source_map.js | |
[DEBUG] clang arguments are: -O0 -g -fobjc-abi-version=2 -fobjc-legacy-dispatch -fpascal-strings -fexceptions -fasm-blocks -fstrict-aliasing -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fmodules -arch i386 -mios-simulator-version-min=7.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -x objective-c -Xclang -ast-dump --analyze -fno-color-diagnostics -fretain-comments-from-system-headers /Users/jeff/Library/Application Support/org.appcelerator.hyperloop/objc.h | |
[DEBUG] Generated clang AST in 0.045 seconds. | |
[INFO] Generating system metabase will take up to a minute (or greater) depending on your environment. This file will be cached and will execute faster on subsequent builds. | |
◜ Generating system metabase | |
[DEBUG] Generated AST cache file at /Users/jeff/Library/Application Support/org.appcelerator.hyperloop/cache/cf125e2fb66a9010bb63f21920075c2982fa659b.json.gz in 0.139 seconds | |
/usr/local/lib/node_modules/hyperloop/lib/ios/codegen.js:146 | |
throw new Error("Can't find class "+symbol.value+" at "+node.start.file+" on | |
^ | |
TypeError: Cannot read property 'file' of undefined | |
at /usr/local/lib/node_modules/hyperloop/lib/ios/codegen.js:146:73 | |
at Array.forEach (native) | |
at /usr/local/lib/node_modules/hyperloop/lib/ios/codegen.js:75:18 | |
at Array.forEach (native) | |
at validateSourceAgainstAST (/usr/local/lib/node_modules/hyperloop/lib/ios/codegen.js:64:10) | |
at executeWithClangAST (/usr/local/lib/node_modules/hyperloop/lib/ios/codegen.js:618:5) | |
at /usr/local/lib/node_modules/hyperloop/lib/ios/codegen.js:841:6 | |
at /usr/local/lib/node_modules/hyperloop/lib/ios/metabase.js:101:14 | |
at Object.oncomplete (fs.js:107:15) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment