-
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
SpotifyiOS/SpotifyiOS.h #25
Comments
+1 the great update! Also experiencing this issue. However, I see that the "Versions/A/Headers" directory is also in v0.0.8 |
Ah yes. Are you using CocoaPods or just linking manually. The CocoaPods handles all of this for you. But I suppose a few docs about this in the manual linking section of the docs might be helpful. |
I used Cocoapods. |
Hmm interesting, because this:
Should take care of that part. Did you do a |
I use cocoapods also and yes I did run pod install after the upgrade. |
Hmm, I'll investigate when I integrate it into my own project. |
* Fix for #25 - Prepublish step that unwraps symlinked headers and framework * Updating Changelog
Thanks for the report on this one. For those curious. NPM publish follows but strips out symlinks from packages. I've added some Things should work without any modification to your project / pods project in |
Thank you so much for this library and for the wonderful update :)
I created a new project just to test the library's new version and detected a problem. The headers for the Spotify SDK are now into a weird "Versions/A/Headers" folder and that prevents Xcode to build the app.
I just copied them directly to a "Headers" folder and now it works flawlessly ;)
The text was updated successfully, but these errors were encountered: