-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ld: symbol(s) not found for architecture arm64 #179
Comments
I'm seeing this same error on my CI build, but only when I upgraded the SDK from v1.0.0 to version 1.2.0. @RAMSHEER Did you figure out how to fix it? |
I've been trying to fix this on and off for a few days. I found this issue stripe/stripe-ios#1288 and cross-referenced it with the commit history to find this commit stripe/stripe-ios#1305 which seems like it could have something to do with the settings that were used to compile the framework? Seems weird to me though that I can build it on my machine but fails in CI. Will continue to investigate. If anyone has any ideas I am all ears. |
I did a little bit more investigating. Found this thread https://forums.developer.apple.com/thread/123003 indicating that frameworks built with XCode 11 and I switched from XCode 10 to XCode 11 and it fixed the problem. Perhaps the requirement of XCode 11 should be mentioned as a requirement in this repos |
I'm building in XCODE 11 and still have this issue :( |
Version v1.2.1, released just now, removes the need for the |
We've released version v1.2.2 that should fix this issue for everyone. Please us know if it's still an issue. |
My issue was solved by moving over from XCode 10 to XCode 11. But thanks for the additional fix. |
Hi, i seem to be having the same issue with xcode 10.1. Undefined symbols for architecture arm64: I have been trying to solve this error for days now. Anyone with an idea, please help. Thank you. |
Undefined symbols for architecture arm64:
"___isPlatformVersionAtLeast", referenced from:
-[SPTSessionManager initWithConfiguration:PKCEProvider:delegate:] in SpotifyiOS(SPTSessionManager.o)
-[SPTSessionManager initiateSessionWithScope:options:] in SpotifyiOS(SPTSessionManager.o)
-[SPTSessionManager initiateSessionWithScope:options:presentingViewController:] in SpotifyiOS(SPTSessionManager.o)
-[SPTSessionManager initiateDefaultSessionWithAuthorizationURL:] in SpotifyiOS(SPTSessionManager.o)
-[SPTSessionManager initiateClientSessionWithAuthorizationURL:] in SpotifyiOS(SPTSessionManager.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am getting this error when I tried running the demo program and also integrating the project. please help
The text was updated successfully, but these errors were encountered: