OudomMunint / .NetMAUI-To-Do-List-App

A to do list app that performs CRUD operations. Made with .Net MAUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET 8 - CI build failing

OudomMunint opened this issue · comments

ILLINK : warning MT0079: The recommended Xcode version for Microsoft.iOS 17.2.8022 is Xcode 15.1 or later. The current Xcode version (found in /Applications/Xcode_15.0.1.app/Contents/Developer) is 15.0.1. [/Users/runner/work/.NetMAUI-To-Do-List-App/.NetMAUI-To-Do-List-App/ToDoListApp.csproj::TargetFramework=net8.0-ios]

This is happening because macos runner for github actions doesn't support Xcode 15.1+ yet.

Fixed by using:

- name: Select Xcode 15.1
        run: sudo xcode-select -s /Applications/Xcode_15.1.app

Before build step