giginet / Scipio

A new build tool to generate XCFramework

Home Page:https://giginet.github.io/Scipio/documentation/scipio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcodebuild: error: SDK "maccatalyst" cannot be located.

vincent-k-sm opened this issue · comments

let package = Package(
    name: "...",
    platforms: [
        .iOS(.v13),
        .macCatalyst(.v13)
    ],

there's error in create macCatalyst xcframework

I haven't tested for mac Catalyst. I'll check this.

But, macOSCatalyst is not very important feature for us. So it's difficult to prioritize this issue.
Sorry for your patience.