> On Jan 26, 2016, at 1:06 PM, Pascal J. Bourguignon <p...@informatimago.com> 
> wrote:
> You cannot use dynamically loaded libraries on iOS.

Wrong, you can use dynamically loaded libraries in iOS 8 and above.

> Also, I think you won't be able to load a library yourself (as data) and jump 
> into it (as code), since I'd expect the iOS kernel and MMU to restrict 
> execution of data in iOS.

This was a matter of App Store policy only. You were always able to load shared 
libraries, although unsigned code cannot be loaded.

> No, the only way to use a library in iOS, is to link it statically.

See above.

> 
> -- 
> __Pascal J. Bourguignon__
> http://www.informatimago.com/
> 
> _______________________________________________
> 
> 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/jake.petroules%40petroules.com
> 
> This email sent to jake.petrou...@petroules.com

-- 
Jake Petroules - jake.petroules at petroules.com

_______________________________________________

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