Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Compile Fail with Xcode 6.3 Final #3

Closed
kbirand opened this issue Apr 14, 2015 · 6 comments
Closed

Compile Fail with Xcode 6.3 Final #3

kbirand opened this issue Apr 14, 2015 · 6 comments

Comments

@kbirand
Copy link

kbirand commented Apr 14, 2015

let cfProperties = CGImageSourceCopyPropertiesAtIndex(source, index, nil)
is giving an error =
"Cannot invoke 'CGImageSourceCopyPropertiesAtIndex' with an argument list of type 'CGImageSourceRef,Uint,nil)'

@bahlo
Copy link
Member

bahlo commented Apr 14, 2015

Hey @kbirand, thanks for pointing out. I will look into this tonight.

@kbirand
Copy link
Author

kbirand commented Apr 15, 2015

No problem

@gaiabeatrice
Copy link

The problem is that in
let cfProperties = CGImageSourceCopyPropertiesAtIndex(source, index, nil)
the index type is UInt but the index that we use is an Int type

@bahlo
Copy link
Member

bahlo commented Apr 16, 2015

Hey @gaiabeatrice, thanks for the hint. Unfortunately I haven't had the time yet to look into this.

It'd be great if you created a PR. :)

Am 16.04.2015 um 12:15 schrieb gaiabeatrice notifications@github.com:

The problem is that in
let cfProperties = CGImageSourceCopyPropertiesAtIndex(source, index, nil)
the index type is UInt but the index that we use is an Int type


Reply to this email directly or view it on GitHub.

@joelsimonoff
Copy link
Contributor

I am having the same Issue I fixed it, I didn't see any new PR so I will create one

@bahlo
Copy link
Member

bahlo commented Apr 23, 2015

Fixed in 1.3.1.

@bahlo bahlo closed this as completed Apr 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants