I’m trying to build out a static library for a module i’ve developed for others to use. the library requires the use of core data. Is there any way I can load the coredata framework through code so that the user doesn’t have to manually add it to the project?
Share
No, I’m pretty sure it’s not possible. I’ve added quite a few third party libraries and you’re often instructed to include frameworks manually. Anyone that uses your module will probably be used to adding frameworks manually, so I don’t think it will be much of a problem.