Re: ARC apps - loading non-ARC bundles
Re: ARC apps - loading non-ARC bundles
- Subject: Re: ARC apps - loading non-ARC bundles
- From: Marcus Straßmann <email@hidden>
- Date: Fri, 18 May 2012 17:15:13 +0200
Did that once with the SVProgressHUD by Sven Vermette, which is non-ARC as well.
If you add "-fno-objc-arc" in Build Phases / Compile Sources / Compiler Flags, it should work.
HTH
Marcus
Am 18.05.2012 um 16:39 schrieb Patrick Robertson:
> Hi all,
>
> I'm (finally) looking at converting my non-ARC (Mac OS X) app over to ARC,
> but also have quite a few external plugins/bundles which can be loaded into
> the main app on runtime.
> My question is - can my ARC app load non-ARC bundles, or is this not
> possible.
>
> My guess is that it's the similar case to a 64 bit app trying to load 32
> bit bundles (of course, not possible) but I'd just like some clarification
> before I go ahead with the switch.
>
> Thanks
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> 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:
>
> This email sent to email@hidden
MacStrass - Marcus Straßmann
Softwareentwicklung und Beratung
Auf der Markscheide 35
D-44807 Bochum
Mobil: +49 (173) 374 39 92
eMail: email@hidden
Web: http://www.macstrass.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden