Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Xcode 5 Build Issue [FLURRY] — Gideros Forum

Xcode 5 Build Issue [FLURRY]

amaximovamaximov Member
edited October 2013 in Bugs and issues
I was just about to test analytics for my updated app and was integrating Flurry only to get non-Flurry related errors :(

Something to do with Lua socket. Here is the Xcode log:

Ld /Users/amaximov/Library/Developer/Xcode/DerivedData/Energy_Collector_Grid_Wars-fhrdzayxtwmdxxhgyvosolyysoeq/Build/Products/Debug-iphoneos/Energy\ Collector\ Grid\ Wars.app/Energy\ Collector\ Grid\ Wars normal armv7
cd "/Users/amaximov/Documents/Gideros Projects/Energy Collector Grid Wars/iOS Export/Energy Collector Grid Wars"
setenv IPHONEOS_DEPLOYMENT_TARGET 5.0
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -L/Users/amaximov/Library/Developer/Xcode/DerivedData/Energy_Collector_Grid_Wars-fhrdzayxtwmdxxhgyvosolyysoeq/Build/Products/Debug-iphoneos -L\"/Users/amaximov/Documents/Gideros\ Projects/Energy\ Collector\ Grid\ Wars/iOS\ Export/Energy\ Collector\ Grid\ Wars/Energy\ Collector\ Grid\ Wars/Plugins\" -L\"/Users/amaximov/Documents/Gideros\ Projects/Energy\ Collector\ Grid\ Wars/iOS\ Export/Energy\ Collector\ Grid\ Wars/Energy\ Collector\ Grid\ Wars\" -L/Users/amaximov/Documents/Gideros\ Projects/Energy\ Collector\ Grid\ Wars/iOS\ Export/Energy\ Collector\ Grid\ Wars/Energy\ Collector\ Grid\ Wars -F/Users/amaximov/Library/Developer/Xcode/DerivedData/Energy_Collector_Grid_Wars-fhrdzayxtwmdxxhgyvosolyysoeq/Build/Products/Debug-iphoneos -F/Users/amaximov/Documents/Gideros\ Projects/Energy\ Collector\ Grid\ Wars/iOS\ Export/Energy\ Collector\ Grid\ Wars -filelist /Users/amaximov/Library/Developer/Xcode/DerivedData/Energy_Collector_Grid_Wars-fhrdzayxtwmdxxhgyvosolyysoeq/Build/Intermediates/Energy\ Collector\ Grid\ Wars.build/Debug-iphoneos/Energy\ Collector\ Grid\ Wars.build/Objects-normal/armv7/Energy\ Collector\ Grid\ Wars.LinkFileList -dead_strip -fobjc-link-runtime -miphoneos-version-min=5.0 -framework AudioToolbox -framework AVFoundation -framework CoreAudio -framework CoreLocation -weak_framework CoreMotion -weak_framework GameKit -weak_framework iAd -lsqlite3 -lz -framework OpenAL -framework QuartzCore -framework StoreKit -lFlurry_4.2.4 -framework UIKit -framework Foundation -framework CoreGraphics -framework OpenGLES -lluasocket -lgideros -framework FacebookSDK -Xlinker -dependency_info -Xlinker /Users/amaximov/Library/Developer/Xcode/DerivedData/Energy_Collector_Grid_Wars-fhrdzayxtwmdxxhgyvosolyysoeq/Build/Intermediates/Energy\ Collector\ Grid\ Wars.build/Debug-iphoneos/Energy\ Collector\ Grid\ Wars.build/Objects-normal/armv7/Energy\ Collector\ Grid\ Wars_dependency_info.dat -o /Users/amaximov/Library/Developer/Xcode/DerivedData/Energy_Collector_Grid_Wars-fhrdzayxtwmdxxhgyvosolyysoeq/Build/Products/Debug-iphoneos/Energy\ Collector\ Grid\ Wars.app/Energy\ Collector\ Grid\ Wars

ld: warning: directory not found for option '-L"/Users/amaximov/Documents/Gideros Projects/Energy Collector Grid Wars/iOS Export/Energy Collector Grid Wars/Energy Collector Grid Wars/Plugins"'
ld: warning: directory not found for option '-L"/Users/amaximov/Documents/Gideros Projects/Energy Collector Grid Wars/iOS Export/Energy Collector Grid Wars/Energy Collector Grid Wars"'
ld: library not found for -lluasocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I verified that I do have "libluasocket.a" and all originally exported libs and source files so I can't figure out whats wrong. I am not a native developer so sorry if this is a trivial issue :)
+1 -1 (+0 / -3 )Share on Facebook

Comments

Sign In or Register to comment.