Recent searches
No recent searches
Xcode 14.3 - SupportSDK
Posted Mar 02, 2023
Xcode 14.3 beta 2 is out and we're getting the following error when attempting to build it with the SupportSDK:
Failed to build module 'SupportSDK'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)', while this compiler is 'Apple Swift version 5.8 (swiftlang-5.8.0.119.11 clang-1403.0.22.11.100)'). Please select a toolchain which matches the SDK.
Is there a plan to update the SDK to support it anytime soon?
3
10
10 comments
App Admin
Hey Yuri Reis, Any updates on this?
0
Eric Nelson
You can find our stance on support beta versions of xcode here. Essentially, we make no guarantees that the SDK's will function until it becomes a GM release.
Sorry for the inconvienience.
0
App Admin
Eric Nelson I found this thread with a similar error containing steps to resolve it. Can you try updating your project's settings with the suggestion in the comment? Here is some more info on the build setting in the Swift docs.
0
Koen Jacobs
I believe the suggested steps by App Admin should be the way to go.
I understand your stance on supporting GM versions only, but consider the developer perspective: we are working on making our own software compatible too before the GM release goes live. Since we depend on your code and our code doesn't build without, we would appreciate the effort.
-1
Yuri Reis
Eric Nelson I understand your stance. As long as it comes out with the GM (and crucially before the actual full release). Thank you for the response.
What is the status of the Swift Module Stability support? Swift 5.1 has been out and stable for a while now.
0
App Admin
Eric Nelson hey! Last night Apple published Release Candidates for Xcode 14.3 and iOS 16.4 and projects with Zendesk SDKs still show the same errors when trying to compile:
1)
2)
Seems Apple has fixed the second one and hopefully it will be available in the following Release candidate, but the first one can be fixed by library authors easily (see my previous message in this thread).
It would be great to have Zendesk upgrade their SDK, as other library authors already did.
Thanks!
4
Charles Scalesse
Hi Eric Nelson has there been any update on this? Xcode 14.3 has been officially released and the Zendesk SDKs are still blocking our build. We're still seeing errors like these when building with the latest releases:
We're using:
1
Eric Nelson
Hey folks,
I'm syncing with the mobile dev team to see where they're at with the work to be able to support xcode 14.3. I'll post here once I have an update.
Thanks for your patience!
0
Mick O'Donnell
Hi folks,
We've tested this internal, and both issues mentioned above by App Admin are resolved in the main build (post RC) of xCode 14.3. Once you have upgraded to the latest version of xCode 14.3, this should be resolved. If that's not the case, please just reply here with any relevant information, and we'll re-investigate.
0
Charles Scalesse
Ahh, okay that was our issue Mick O'Donnell. The build was failing with the 14.3 RC, but all is good with the official release. Thank you!
2