Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garbage Collection is deprecated: Convert to Obj-C ARC #13

Closed
fatuhoku opened this issue Apr 28, 2013 · 1 comment
Closed

Garbage Collection is deprecated: Convert to Obj-C ARC #13

fatuhoku opened this issue Apr 28, 2013 · 1 comment

Comments

@fatuhoku
Copy link

Loading the project into Xcode 4.6.2, I get the warning:

Garbage Collection is deprecated; use the "Convert to Objective-C ARC" menu command to switch to Automatic Reference Counting

If you do as suggested

“Edit” -> “Refactor” -> “Convert to Objective-C ARC”

we reveal the real underlying problem of converting to ARC: that is,

Linked dylibs built for GC-only but object files built for retain/release for architecture x86_64

Can we realistically get rid of the warning, or is this something that cannot be changed because of the frameworks this project depends on?

@benoitsan
Copy link
Owner

Xcode still runs in GC and plugins have to be compiled with support for GC. So removing GC is not an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants