-
Notifications
You must be signed in to change notification settings - Fork 18
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
Spotify SDK dependency #5
Comments
Hi, I'm glad you're interested. I managed to create a wrapper package for SpotifyiOS, but it breaks macOS build. You can try it on master branch with environment variable |
I think I've found a solution. In the wrapper package the However, it looks like I have another issue related to code signing and I couldn't find a solution yet. When I tried to build it for an iOS device I get the following error: |
I've found a way to fix the code signing error. I'm not sure if this is the right way to do, but I couldn't find any better resources about this so far. But then it also has an error during runtime which says that an Info.plist is missing from the frameworks inside the xcframework. I've solved that by putting a manually created Info.plist, and then it finally works! Hopefully this helps. Please check if you know any better ways to do this. If not, I can make a PR with these changes in the wrapper repository. |
@endanke I'd like to see the changes you've made to the wrapper repository. Do you have a branch on your fork? |
I've updated SpotifyiOSWrapper to use official xcframework. I also added conditional dependency on For now the Spotify iOS support is still guarded behind |
Hi!
I noticed that the iOS support for SDK was blocked by SE-0272, but as far as I know this is now resolved and with Swift 5.3 we can have binary dependencies. Do you have plans to add support for this or would that break backward compatibility? I'm happy to help you out with the changes if Swift 5.3 is supported by your project.
The text was updated successfully, but these errors were encountered: