giginet / Scipio

A new build tool to generate XCFramework
https://giginet.github.io/Scipio/documentation/scipio
MIT License
461 stars 29 forks source link

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

Open vincent-k-sm opened 1 year ago

vincent-k-sm commented 1 year ago
let package = Package(
    name: "...",
    platforms: [
        .iOS(.v13),
        .macCatalyst(.v13)
    ],

there's error in create macCatalyst xcframework

giginet commented 1 year ago

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.