Xcode 16 Beta 3 Issue

When installing Apple’s Xcode 16 Beta 3 you maybe faced with an error message stating: ‘Loading a plug-in failed’ preventing you from opening Xcode, this happens when you have not installed Xcode 16 Beta 1 or 2 prior to installing Xcode 16 Beta 3. The below workaround will enable you to run Xcode 16.

Step 1

sudo xcode-select -s '/Applications/Xcode-beta.app'

Step 2

sudo xcodebuild -runFirstLaunch