[swift-dev] [Swift 2.2] CGPath cannot be found
Douglas Gregor
dgregor at apple.com
Fri Feb 5 15:38:45 CST 2016
> On Feb 5, 2016, at 12:45 AM, Thomas Krajacic via swift-dev <swift-dev at swift.org> wrote:
>
> With the latests swift development snapshot (2016-02-05) a deprecation warning is given for CGPathRef.
> When applying the suggested change and one uses CGPath, that results in an error:
>
> Use of undeclared type 'CGPath'
>
> CGImageRef -> CGImage works fine though.
>
> Since the Swift bug tracker seems to be down (at least for me) I’m posting this here.
>
> (What would be the appropriate place? I couldn’t find a PR that is related to this.)
I’m having trouble reproducing this. Can you file a bug at bugs.swift.org (which appears to be working fine now) with sample code that triggers the error?
- Doug
More information about the swift-dev
mailing list