iOS8.1.iOSLibrary-53.13 missing NSLayoutConstraint activateConstraints:, others
| Originator: | e28eta | ||
| Number: | rdar://19827126 | Date Originated: | 13-Feb-2015 |
| Status: | Open | Resolved: | |
| Product: | Documentation | Product Version: | iOS8.1.iOSLibrary-53.13 |
| Classification: | Reproducible: |
Summary: The iOS documentation downloaded by Xcode is missing content. I certainly can't figure out everything that's missing, but I just discovered it's missing the NSLayoutConstraint activateConstraints: and deactivateConstraints: methods, and the 'active' property. These were added in iOS 8, and they're shown on the web: https://developer.apple.com/library/ios/documentation/AppKit/Reference/NSLayoutConstraint_Class/ Steps to Reproduce: 1. Remove iOS docset from ~/Library/Developer/Shared/Documentation/DocSets/ 2. Remove iOS docset receipt plist & bom from ~/Library/Developer/Shared/Documentation/DocSets/Library/Receipts/ 3. Remove iOS docset dmg, if present, from ~/Library/Caches/com.apple.dt.Xcode/Downloads 4. Launch Xcode Version 6.1.1 (6A2008a), and download iOS 8.1 documentation 4a. the resulting Download was: com.apple.adc.documentation.AppleiOS8.1.iOSLibrary-53.13.dmg Expected Results: I expect the full iOS documentation to be downloaded, and available. I do not expect any differences between the web documentation and the local docs. Actual Results: NSLayoutConstraint documentation was missing the new iOS 8 APIs for activating constraints. A recursive grep of com.apple.adc.documentation.AppleiOS8.1.iOSLibrary.docset for activateConstraints: listed it in the iOS 8 API diffs, and several sample code projects. It did not show up in the documentation for NSLayoutConstraint. Version: com.apple.adc.documentation.AppleiOS8.1.iOSLibrary.docset installed from com.apple.adc.documentation.AppleiOS8.1.iOSLibrary-53.13.dmg 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!