4

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?

yasin89
  • 103
  • 8
  • Xcode 12 also shows an I-beam cursor. Does WishListSupporterViewController.h exist? Or is it WishListSupporterViewController.swift and is the module missing? – Willeke Sep 17 '22 at 09:26
  • Yes I have WishlistSupporterViewController.h. I think feature is broken. @Willeke – yasin89 Sep 18 '22 at 07:53
  • 2
    Xcode 14.1 is here, and it's still broken for me. – Joseph Williamson Nov 09 '22 at 03:43
  • I send feedback to Apple. They didn't solve this problem. They didn't reach to me. I don't know the reason. I can share my feedback link. https://feedbackassistant.apple.com/feedback/11536127 – yasin89 Nov 09 '22 at 06:24
  • This issue solved in Xcode 14.3 Beta version. – yasin89 Mar 20 '23 at 06:38

1 Answers1

1

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

The Dreams Wind
  • 8,416
  • 2
  • 19
  • 49