-
Notifications
You must be signed in to change notification settings - Fork 101
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
Undefined symbols for architecture arm64 (Symbol: _OBJC_CLASS_$_SPTConfiguration) #198
Comments
@plasticard can you give more context? It is currently working to me |
Try adding Just open up |
@adomoshe make sure you're using the latest version of the lib. Also have you tried the SpotifyiOS.framework (no If no success then go ahead and download the Spotify iOS SDK zip from the official GitHub repo and use the |
@yzalvov Thanks! |
dyld[14952]: Library not loaded: '@rpath/SpotifyiOS.framework/SpotifyiOS' |
@adomoshe I believe you need to use that .xframework from the official Spotify SDK for iOS |
@yzalvov @adomoshe I'm experiencing this exact issue currently. Xcode 14.1/react-native-spotify-remote latest ( Any suggestions? |
Hey @jongirard , have you tried cleaning build and resetting npm cache? @adomoshe reported it worked perfectly after that. |
hey @yzalvov thanks, I ended up getting it working. I needed to also go to the "general" tab for the app target and toggle the embed option for |
@jongirard thank you :D |
I've made a config plugin for Expo managed apps. Maybe someone will find it helpful as it took me some time to crack it, and couldn't find a solution anywhere else. Might need some tweaking to specific project, but basically it worked for me. index.js
withSpotifyRemote.js
ios/withAddedSpotifyRemotePod.js
ios/withAppDelegateMod.js
ios/withLinkedBinaryToProject.js
|
hey, did you solve the issue installing on iphone? |
Hi,
I just upgraded to 0.3.11-6 and getting compiler error:
❌ Undefined symbols for architecture arm64
┌─ Symbol: OBJC_CLASS$_SPTConfiguration
└─ Referenced from: objc-class-ref in libRNSpotifyRemote.a(RNSpotifyRemoteAuth.o)
❌ ld: symbol(s) not found for architecture arm64
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
▸ ** ARCHIVE FAILED **
Note: No compiler error with v0.3.10 but having issue with error "Connection attempt failed. Ensure the Spotify app is installed" when trying to connect.
The text was updated successfully, but these errors were encountered: