Skip to content

building with Xcode 11.1/iOS13 ? #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jhjulkun opened this issue Oct 8, 2019 · 1 comment
Open

building with Xcode 11.1/iOS13 ? #66

jhjulkun opened this issue Oct 8, 2019 · 1 comment

Comments

@jhjulkun
Copy link

jhjulkun commented Oct 8, 2019

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!

@dragoshuniq
Copy link

Error still exists in 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants