Hi everyone!
I'm trying to add a native plugin to GiderosiOSPlayer XCode project.
Here is a quote from the manual:
1. Decompress GiderosiOSPlayer.zip
2. Open giderosiOSPlayer.xcodeproj with xCode
3. Add under GiderosiOSPlayer/Plugins the file libtntcollision.a (from TNT Collision Engine folder Libs/iOS)
4. Add in xCode under "Build Setting" of GiderosiOSPlayer Linking->”Other Linker Flags” the flag "-all_load" (without quotes)
ready for test/compile !
I do everything as in this manual but getting an error when compiling:
ld: warning: directory not found for option '-L"/Users/Synthetic/Desktop/GiderosiOSPlayer/GiderosiOSPlayer"'
ld: warning: directory not found for option '-L"/Users/Synthetic/Desktop/GiderosiOSPlayer/GiderosiOSPlayer/Plugins"'
ld: library not found for -lluasocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I use a XCode version 5.0.2 on OS X Mavericks 10.9.2.
Since I'm new to XCode, then ask for your help.
Comments
http://blog.giderosmobile.com/post/68378513314/problems-with-xcode-paths-fix
Likes: GameOver