You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ./
Uh oh!
There was an error while loading. Please reload this page.
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!
The text was updated successfully, but these errors were encountered: