thomaschristensen / Pantomime

M3U8 parsing written in Swift
MIT License
76 stars 53 forks source link

Building with Carthage is broken #11

Open ruipfcosta opened 6 years ago

ruipfcosta commented 6 years ago

Trying to build Pantomime with Carthage results in the following build error:

...

=== BUILD TARGET Pantomime (tvOS) OF PROJECT Pantomime WITH CONFIGURATION Release ===

Check dependencies The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor. warning: no umbrella header found for target 'Pantomime (tvOS)', module map will not be generated

ARCHIVE FAILED

ruipfcosta commented 6 years ago

I submitted a PR which fixes this issue https://github.com/thomaschristensen/Pantomime/pull/10

izaakf commented 6 years ago

+1 @ruipfcosta Code signing seems to broken for the project.

volodymyr-rudenok-perform commented 6 years ago

There should be added "master" branch to cartfile, to fix Carthage installation, like this: github "thomaschristensen/Pantomime" "master"