numbersprotocol / capture-lite

A photo-sharing app with only verifiable photos and videos.
https://numbersprotocol.github.io/
GNU General Public License v3.0
25 stars 6 forks source link

fix(.github/workflows): iOS SDK version issue #3239

Closed olgahaha closed 7 months ago

olgahaha commented 7 months ago

Changed

  1. Upgrade macOS from version 12 to version 14 to resolve the SDK version issue. #3239

The app was built with the iOS 16.2 (20C52) SDK. However, starting April 29, 2024, apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later. The current macOS-latest is macOS 12, which uses Xcode 14. We need to update to macOS 14, which uses Xcode 15.

​ The issue is also created on Asana