SRGSSR / srgdataprovider-apple

A library to retrieve SRG SSR unified metadata
MIT License
0 stars 1 forks source link

Archiving issue #30

Closed defagos closed 3 years ago

defagos commented 3 years ago

Projects using SRG Data Provider cannot be properly archived.

Issue type

Incorrect behavior

Environment information

Reproducibility

Always reproducible

Steps to reproduce

  1. Add SRG Data Provider to an app with SPM.
  2. Attempt to archive the app.
defagos commented 3 years ago

This is likely an Xcode archiving issue for projects still declaring iOS 9 as deployment target in the package manifest, see the following article.

Two solutions proposed:

We applied the second approach to avoid bumping the minimum supported version. Once iOS 11 is at least the minimum version we support the corresponding preprocessor code can be removed.