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
With migration to SPM 5.3 (Xode 12) a few compilation warnings have appeared:
iOS 8 is not supported as deployment target anymore. Most packages could be fixed to declare iOS 9 as minimum version. For those internally managed this is not an issue, for external packages this has to be proposed as PR.
SPM copies binary transitive dependencies twice because of the notification extension (though it does not reference them). This is clearly an SPM minor issue without negative consequences for us, we should report it.
The text was updated successfully, but these errors were encountered:
Only UICKeyChainStore still suffers from the iOS 8 warning. All other dependencies have been updated. It is likely this issue will never be fixed as UICKeyChainStore is not really active. We could fork the project to fix the warning but I am not sure this is worth it.
With migration to SPM 5.3 (Xode 12) a few compilation warnings have appeared:
The text was updated successfully, but these errors were encountered: