user1874064
user1874064

Reputation: 323

Spotify Simple Player example and libspotify

I have downloaded libspotify for iOS programming and I'm trying to run the Simple Player example. However, I keep getting the following error:

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool failed with exit code 1"

Screenshots can be found here and here

This is the first time I have tried to use any framework that didn't come with XCode, so I am fairly lost at this. I have an application key from developer.spotify.com, but I am unsure of how to add it to my project or the simple player example. Unfortunately, I don't seem to be able to follow the documentation available online very well. Any help would be very useful.

Upvotes: 1

Views: 739

Answers (1)

iKenndac
iKenndac

Reputation: 18776

That screenshot sounds like you've got a broken copy of libspotify for some reason. You should delete the whole repo, check it out cleanly from GitHub and try again.

Upvotes: 1

Related Questions