Elements Build error - Failed to download SDK support files for Mac Catalyst '14.1'

On the Elements SDK Downloads page, I see various links for Mac Catalyst 14.0 and 14.2, but 14.1 isn’t listed there.

Here’s the build error I’m getting:

Xcode Version is 12.1 (12A7403), macOS Version is 10.15.7 (19H2).

No exact iOS SDK version was specified for target ‘Island.Darwin.iOS’, using ‘iOS 14.1’.

W: SDK Support files for Mac Catalyst 14.1 will be downloaded.

E: Failed to download SDK support files for Mac Catalyst ‘14.1’.

No exact Android SDK version was specified for target ‘Island.Android’, using ‘Android 24’.

Toffee SDK Folder found in ‘/Applications/Fire.app/Contents/Resources/Toffee SDKs’.

Xcode Version is 12.1 (12A7403), macOS Version is 10.15.7 (19H2).

No exact iOS SDK version was specified for target ‘Toffee.iOS’, using ‘iOS 14.1’.

W: SDK Support files for Mac Catalyst 14.1 will be downloaded.

E: Failed to download SDK support files for Mac Catalyst ‘14.1’.

Yes, I have-not imported 14.1 because Mac Catalyst is an amalgamam of iOS and macOS, and given hat Xcode 12 went back and forth between macOS 11 and macOS 10.15 for GM and 12.1, it has been unclear whether Mac Catalyst 14.0 and 14.1 GM would require macOS 11 or run on macOS 10.15.

I suggest to get the Xcode 12.2 Beta 3 and use iOS 14.2, if you want to build Mac Catalyst apps. (or use Xcode 11 and build for iOS 13.x, to be sure to be compatible with macOS 10.15).

Sorry for the inconvenience.

OK, thanks. Downloading Xcode 11.7 now.

1 Like

I now have three versions of Xcode (10, 11, 12) in my Applications directory. How/where do I configure Fire to use Xcode 11 instead of 12?

You can change that with xcode-select or in Xcode’s Preferences dialog, see Setting up Xcode for Cocoa Development with Fire.