Created
July 21, 2014 06:42
-
-
Save clns/3115afe5c5ce778cbf31 to your computer and use it in GitHub Desktop.
graphhopper-ios
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
Ld /Users/calin/Library/Developer/Xcode/DerivedData/graphhopper-ios-fapsqbrnidlfzgbqibqqfxacolbm/Build/Products/Debug-iphonesimulator/graphhopper-ios.app/graphhopper-ios normal i386 | |
cd /Users/calin/dev/graphhopper-ios/xcode/graphhopper-ios | |
export IPHONEOS_DEPLOYMENT_TARGET=7.1 | |
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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 i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -L/Users/calin/Library/Developer/Xcode/DerivedData/graphhopper-ios-fapsqbrnidlfzgbqibqqfxacolbm/Build/Products/Debug-iphonesimulator -L/Users/calin/dev/graphhopper-ios/external/j2objc/lib -F/Users/calin/Library/Developer/Xcode/DerivedData/graphhopper-ios-fapsqbrnidlfzgbqibqqfxacolbm/Build/Products/Debug-iphonesimulator -filelist /Users/calin/Library/Developer/Xcode/DerivedData/graphhopper-ios-fapsqbrnidlfzgbqibqqfxacolbm/Build/Intermediates/graphhopper-ios.build/Debug-iphonesimulator/graphhopper-ios.build/Objects-normal/i386/graphhopper-ios.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ljre_emul -ObjC -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.1 -framework Security -lz -framework CoreGraphics -framework UIKit -framework Foundation -Xlinker -dependency_info -Xlinker /Users/calin/Library/Developer/Xcode/DerivedData/graphhopper-ios-fapsqbrnidlfzgbqibqqfxacolbm/Build/Intermediates/graphhopper-ios.build/Debug-iphonesimulator/graphhopper-ios.build/Objects-normal/i386/graphhopper-ios_dependency_info.dat -o /Users/calin/Library/Developer/Xcode/DerivedData/graphhopper-ios-fapsqbrnidlfzgbqibqqfxacolbm/Build/Products/Debug-iphonesimulator/graphhopper-ios.app/graphhopper-ios | |
Undefined symbols for architecture i386: | |
"_GnuTroveImplConstants_get_DEFAULT_INT_NO_ENTRY_VALUE_", referenced from: | |
-[GnuTroveMapHashTIntObjectHashMap initWithInt:] in TIntObjectHashMap.o | |
-[GnuTroveMapHashTIntObjectHashMap initWithInt:withFloat:] in TIntObjectHashMap.o | |
-[GnuTroveImplHashTIntHash init] in TIntHash.o | |
-[GnuTroveImplHashTIntHash initWithInt:] in TIntHash.o | |
-[GnuTroveImplHashTIntHash initWithInt:withFloat:] in TIntHash.o | |
"_GnuTroveImplConstants_get_DEFAULT_LONG_NO_ENTRY_VALUE_", referenced from: | |
-[GnuTroveMapHashTLongObjectHashMap initWithInt:] in TLongObjectHashMap.o | |
-[GnuTroveMapHashTLongObjectHashMap initWithInt:withFloat:] in TLongObjectHashMap.o | |
-[GnuTroveImplHashTLongHash init] in TLongHash.o | |
-[GnuTroveImplHashTLongHash initWithInt:] in TLongHash.o | |
-[GnuTroveImplHashTLongHash initWithInt:withFloat:] in TLongHash.o | |
ld: symbol(s) not found for architecture i386 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment