Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Sep 8, 2011

Hi Matt,

I'm using ARC under iOS4 (and 5, in a while), and was considering adopting MGSplitViewController. In the process of consideration, I had to convert it over to ARC (plus tweaks for iOS4 safety: iOS4 won't handle the results of using the "weak" keyword in ARC).

Thought it might be of interest.

@irskep
Copy link

irskep commented Sep 12, 2011

If this patch isn't accepted, you can mix ARC and non-ARC code by adding -fno-obj-arc to the build flags of each affected file.

@ghost
Copy link
Author

ghost commented Sep 12, 2011

Thanks, Steve -- I'm aware of that one. :) It's all good; my ARC fork works well.

Sent from my iPad

On 13/09/2011, at 3:32 AM, "Steve Johnson" reply@reply.github.com wrote:

If this patch isn't accepted, you can mix ARC and non-ARC code by adding -fno-obj-arc to the build flags of each affected file.

Reply to this email directly or view it on GitHub:
#43 (comment)

@joshuafeldman
Copy link

Isn't it -fno-objc-arc

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

Successfully merging this pull request may close these issues.

3 participants