Ok. Great. I knew there would be some scariness in there I'd need to know about.

Are there any tools in Instruments or approaches to make sure I'm not going to 
destroy the universe when calling my stuff?

I'm planning on starting by loading a placeholder one screen storyboard as an 
initial test tomorrow morn.

Is that well advised

TY Mr. Q.

Cheers, AZAVATON

Sent from my iPhone

> On Feb 23, 2016, at 6:19 PM, Quincey Morris 
> <quinceymor...@rivergatesoftware.com> wrote:
> 
>> On Feb 23, 2016, at 13:30 , Alex Zavatone <z...@mac.com> wrote:
>> 
>> Now, I'm familiar with the -fno-objc-arc build flags to disable compiling 
>> one file at a time, but is there any possibility to include iOS code that 
>> does use ARC within an app that doesn't?
> 
> You can mix-and-match ARC source with non-ARC (MMR) source. Just do it the 
> other way around — add -Fobj-arc to the source files that need it.
> 
> The only thing to be careful of is that pointers that cross the boundaries of 
> your ARC code must respect ARC conventions. That is, you might need to use 
> bridged retains and releases, or use casting to describe the memory 
> management characteristics of non-ARC-managed pointers.
> 
> 
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to