NavigationSplitView Missing in Xcode 14 RC

I just installed Xcode 14 RC and noticed that the new navigation system is missing. Has anyone had this issue?

Answered by Lightandshadow in 726712022

Xcode 14 RC is a production release build. As such, it only includes non-beta SDKs. Since the macOS 13 SDK is still in beta, Xcode 14 RC does not contain the macOS 13 SDK. Rather, it contains the current production macOS SDK, which is macOS 12.x. You cannot ship apps for macOS 13 until the 13 SDK is out of beta. This will occur later this year. A future version of Xcode 14 will contain both the new release iOS 16 SDK and new release macOS 13 SDK when it is out of beta.

Until that time, for the continued development of macOS 13, use the latest Xcode 14 beta.

Are you making an iOS or a Mac app?

The Xcode 14 RC removes the macOS 13 SDK so you can't use the new navigation system on a Mac. Use the Xcode beta if you need to use the new navigation system on a Mac app. When macOS 13 ships Apple will ship a new version of Xcode with the macOS 13 SDK.

Accepted Answer

Xcode 14 RC is a production release build. As such, it only includes non-beta SDKs. Since the macOS 13 SDK is still in beta, Xcode 14 RC does not contain the macOS 13 SDK. Rather, it contains the current production macOS SDK, which is macOS 12.x. You cannot ship apps for macOS 13 until the 13 SDK is out of beta. This will occur later this year. A future version of Xcode 14 will contain both the new release iOS 16 SDK and new release macOS 13 SDK when it is out of beta.

Until that time, for the continued development of macOS 13, use the latest Xcode 14 beta.

NavigationSplitView Missing in Xcode 14 RC
 
 
Q