Xcode 14 fails to locate project classes when accessing through interface builder

Viewed 65

I showed with red arrow where the problem happened

I want to open WishListSupporterViewController source code file by clicking the arrow in the Class field. However nothing happens when clicking this icon in Xcode 14. Is this feature broken or something is wrong with configuration of my project?

1 Answers

You are correct, the feature is broken in the latest stable Xcode version (14.0 (14A309)).

The same works perfectly well with the same project in the previous version (13.4.1 (13F100))

Don't forget to submit an issue with Feedback assistant

Related