SRGSSR / srgmediaplayer-apple

An advanced media player library, simple and reliable
MIT License
158 stars 33 forks source link

Xcode 11.4 tvOS build issues #83

Closed defagos closed 4 years ago

defagos commented 4 years ago

With Xcode 11.4 installed and used from the command line, a Carthage update fails. This is the same issue already fixed for Flutter and is due to the tvOS build failing.

This can be easily reproduced by running make update, then attempting to archive the framework for an Apple TV device.

defagos commented 4 years ago

As discussed in this thread, a workaround for the tvOS build is to temporarily remove (better: rename) the iOS Carthage build directory so that only the tvOS one is found.

This is of course not practical but provides some information about what has changed.

defagos commented 4 years ago

To fix this issue in our projects, it apparently suffices to: