iphone - How to add Core Data to Static Framework for iOS? -


i develop static library in xcode. want use core data using core data model (file extension .xcdatamodeld).

when want add project, it's impossible check in "get info" field, it'll used in framework.

how should add such data, framework able use it.

thanks , take care plp :)

you add core data framework access headers, other (application) project. users need add framework when build apps.

you can't , shouldn't add core data statically, if you're thinking of it.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -