undefined symbols for architecture x86_64

Issue #7 resolved
Antti Renko created an issue

My build is failing I got the following summary. I have followed the instructions any idea how to get over this? Can't wait to get my application up and running! ld: warning: ignoring file /Users/anttirenko/Developesense/IOS/iOS-Example/Pods/Movesense/IOS/Movesense/Release-iphoneos/libmovesense.a, missing required architecture x86_64 in file /Users/anttirenko/Developesense/IOS/iOS-Example/Pods/Movesense/IOS/Movesense/Release-iphoneos/libmovesense.a (2 slices) Undefined symbols for architecture x86_64: "OBJC_CLASS$MovesenseServiceWrapper", referenced from: objc-class-ref in MovesenseService.o "_OBJC_CLASS$_BleService", referenced from: objc-class-ref in BleController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Andy

Comments (4)

  1. Timo Eriksson

    The current version does not support running in simulator. The support is planned to come latest in May release. Did you try to build for the target?

  2. Antti Renko reporter

    yes I was able to build and install for my iPad. When starting the application it opens view move sense devices which is still empty. I guess this is ok and I will need to prepare my device from device-repo to get started?

  3. Log in to comment