Undefined symbols for architecture x86_64:
"_lua_insert", referenced from:
__new in lparticle.o
"_lua_replace", referenced from:
_ltest in lsprite.o
_lookup in lsprite.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
`Ld /Users/gjy/Library/Developer/Xcode/DerivedData/example-gypspdlpnzaphsafhkxhrqygrhej/Build/Products/Debug/example normal x86_64 cd /Users/gjy/Desktop/i/github/ejoy2d/mac/example export MACOSX_DEPLOYMENT_TARGET=10.9 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -L/Users/gjy/Library/Developer/Xcode/DerivedData/example-gypspdlpnzaphsafhkxhrqygrhej/Build/Products/Debug -L/usr/local/lib -F/Users/gjy/Library/Developer/Xcode/DerivedData/example-gypspdlpnzaphsafhkxhrqygrhej/Build/Products/Debug -filelist /Users/gjy/Library/Developer/Xcode/DerivedData/example-gypspdlpnzaphsafhkxhrqygrhej/Build/Intermediates/example.build/Debug/example.build/Objects-normal/x86_64/example.LinkFileList -mmacosx-version-min=10.9 -lglfw3 -lfreetype -lm -Wl, -ldl -framework OpenGL -Xlinker -dependency_info -Xlinker /Users/gjy/Library/Developer/Xcode/DerivedData/example-gypspdlpnzaphsafhkxhrqygrhej/Build/Intermediates/example.build/Debug/example.build/Objects-normal/x86_64/example_dependency_info.dat -o /Users/gjy/Library/Developer/Xcode/DerivedData/example-gypspdlpnzaphsafhkxhrqygrhej/Build/Products/Debug/example
Undefined symbols for architecture x86_64: "_lua_insert", referenced from: __new in lparticle.o "_lua_replace", referenced from: _ltest in lsprite.o _lookup in lsprite.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
`