ios-sdk
ios-sdk copied to clipboard
Demo Projects won't build for iPhone 11 Pro: The linked framework 'SpotifyiOS.framework' is missing one or more architectures required by this target: arm64.
None of the three demo projects seem to build for the arm64 architecture.
Using Xcode 12.5 and a connected iPhone 11 Pro (not simulator) I get the following error at build time:
The linked framework 'SpotifyiOS.framework' is missing one or more architectures required by this target: arm64.
Can this be fixed, or is there a workaround? :)
Wondering if you had any luck @dylanhand
@msimard8 no luck :( Have you tried?
Remove 'SpotifyiOS.framework' and add 'SpotifyiOS.xcframework' and make sure to check Embed & Sign. It should work
Thanks @konradgalczynski07, this fixed it.
Not working for me @konradgalczynski07 pls help
@konradgalczynski07 Thank you, this fixed my issue.
@konradgalczynski07 Thank you so much, that was the key. I wonder if this SDK will be dropped like all the prior SDKs - hasn't seemed to be getting much love here on github.