graphhopper / graphhopper-ios

iOS Port of the GraphHopper road routing engine
https://www.graphhopper.com/open-source/
Apache License 2.0
69 stars 28 forks source link

iOS Build Failed #38

Open Darshan-Sonigara opened 5 years ago

Darshan-Sonigara commented 5 years ago

ld: warning: ignoring file /Users/Darshan/graphhopper-ios/build/libgraphhopper.a, file was built for archive which is not the architecture being linked (x86_64): /Users/Darshan/graphhopper-ios/build/libgraphhopper.a Undefined symbols for architecture x86_64: "_OBJCCLASS$_GHRequest", referenced from: objc-class-ref in Directions.o "_OBJCCLASS$_EncodingManager", referenced from: objc-class-ref in Directions.o "_OBJCCLASS$_GraphHopper", referenced from: objc-class-ref in Directions.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

songyuyang0918 commented 4 years ago

Who solved the same problem?