I'm trying to add Spotify SDK to my project by adding SpotifyiOS.framework from https://github.com/spotify/ios-sdk as a dependency, but I end up with the following error
"The linked framework 'SpotifyiOS.framework' is missing one or more architectures required by this target: arm64."
When I change SpotifyiOS.framework from "Do Not Embed" to "Embedded & Sign" or "Embed without Signing" I get a different error
"/Users/matthewchukwuemeka/Work/sporti/sporti.xcodeproj Building for iOS, but the linked and embedded framework 'SpotifyiOS.framework' was built for iOS + iOS Simulator."
I'm not sure how to resolve this issue, any suggestion will go a long way

