Objective-C methods with the NS_EXTENSION_UNAVAILABLE_IOS attribute don't appear in the jump list

Originator:lithium3141
Number:rdar://23386978 Date Originated:03-Nov-2015 06:16 PM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 7.1 (7B91b) / OS X 10.11.1 (15B42)
Classification:UI/Usability Reproducible:Always
 
Summary:
If I write a method in the .m file for a class, and include the NS_EXTENSION_UNAVAILABLE_IOS() attribute at the end of the declaration, that method's name doesn't appear in the jump list for the .m file.

Steps to Reproduce:
1. Choose any Objective-C .m file with an @implementation block.
2. Add a method that includes NS_EXTENSION_UNAVAILABLE_IOS("message") before the end of the declaration line.
3. Open the jump list by clicking it or by typing ⌃6.

Expected Results:
The method name appears in the list.

Actual Results:
The method name doesn't appear; instead, the text NS_EXTENSION_UNAVAILABLE_IOS() appears.

Version:
Xcode 7.1 (7B91b) / OS X 10.11.1 (15B42)

Notes:


Configuration:


Attachments:

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!