When does iOS load "Modern Frameworks" (dylibs)?
When does iOS load "Modern Frameworks" (dylibs)?
- Subject: When does iOS load "Modern Frameworks" (dylibs)?
- From: David Hoerl <email@hidden>
- Date: Sun, 21 Feb 2016 16:14:51 -0500
I watched the WWDC 2014 Session "Building Modern Frameworks", but no
mention of this. Cannot find any other information on the developer site
(not saying its not there though).
I have a rather large framework that does something very specific, many
(or most) users will have no interest in using it. What I'd like to do
is not have to statically link it into my app, either via a static
library or a dynamic one that always loads at launch.
Perhaps I should bundle this functionality in an Extension? I didn't
really look to see how that option might pan out. In any case it would
be of interest to know exactly when the dylib is loaded by iOS.
- David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden