PlacenoteSDK-iOS
PlacenoteSDK-iOS copied to clipboard
building with Xcode 11.1/iOS13 ?
So I have been trying to build the latest version: https://github.com/Placenote/PlacenoteSDK-iOS/releases/download/v1.7/PlacenoteSDKExample.tar.gz
I'm using the tar file to avoid the git lfs issues previously mentioned.
After untar, and 'pod install' and loading the xcworkspace Xcode says "Unsupported Swift Version, the target PlacenoteSDK contains source code developed using Swift 3.x. This version of Xcode does not support building or migrating Swift 3.x targets"
So then I run 'pod update' to get the 1.7 version (it updated from 1.6.12)
However, then you get Undefined symbols for architecture arm64: "_PNSetFrame", referenced from: _setFrameNative in LibPlacenote.o "_PNGetPose", referenced from: _getPoseNative in LibPlacenote.o "_PNSetIntrinsics", referenced from: _setIntrinsicsNative in LibPlacenote.o "_PNInitialize", referenced from:
etc, etc, 19 errors in all
However, the Placenote file itself seems to be intact: ls -la Pods/PlacenoteSDK/Placenote.framework/Placenote -rwxr-xr-x 1 user staff 8167520 Oct 8 10:46 ./
If diffing to this, its the same file as this: https://github.com/Placenote/PlacenoteSDK-CocoaPod/raw/master/Placenote.framework/Placenote
Can someone verify its possible to build the example ? Thanks!
Error still exists in 2023