Xcode 7.3 has deprecated XCPlaygroundPage.currentPage.captureValue(_:withIdentifier:)
. Its predecessor, XCPCaptureValue()
, was deprecated in Xcode 7.1.
I'm wondering if there is any replacement, apart from implicit capture of collections and in loops? Apart from being more flexible using the explicit approach, the ability to add captions to graphs seems to be gone with the deprecation/removal (although the symbols are found, the aforementioned deprecated methods don't do anything, or at least not what you'd expect).