You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I running carthage update, I got following error.
*** Skipped building Swift-YouTube-Player due to the error:
Dependency "Swift-YouTube-Player" has no shared framework schemes for any of the platforms: iOS
If you believe this to be an error, please file an issue with the maintainers at https://github.com/gilesvangruisen/Swift-YouTube-Player/issues/new
I found build scheme is not shared for Swift-YouTube-Player.
Though this commit measures for this problem, this only shares the scheme for example target.
What we need to share is scheme for framework itself, which is removed by this commit.
The text was updated successfully, but these errors were encountered:
ha1f
changed the title
scheme is not shared
[Carthage] scheme for framework is not shared
Sep 30, 2020
ha1f
linked a pull request
Sep 30, 2020
that will
close
this issue
When I running
carthage update
, I got following error.I found build scheme is not shared for Swift-YouTube-Player.
Though this commit measures for this problem, this only shares the scheme for example target.
What we need to share is scheme for framework itself, which is removed by this commit.
The text was updated successfully, but these errors were encountered: