> On Aug 25, 2019, at 7:49 PM, Turtle Creek Software via Cocoa-dev
> <cocoa-dev@lists.apple.com> wrote:
>
>>> Either you have files where ARC is still turned of (via the -fno-arc
> option
>
> Nope, no compiler flags at all.
>
>>> Make sure you're properly using NSBridgingRetain() etc. (or
> the equivalent typecasts) and not mixing them up.
>
> In the hybrid C++/Obj-C++ files, we use __bridge on all the casts of void
> pointers to Cocoa objects.
> No use of NSBridgingRetain or Release at all. Is that necessary under ARC?
I only remember using an autorelease pool when creating a view controller with
access to the cameras but that was back in 2013.
I recommend creating a super simple app and see if the problem appears in the
simple case.
Alex Zavatone
_______________________________________________
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