core data in a static library for the iPhone

后端 未结 8 1231
不知归路
不知归路 2020-11-28 02:07

I\'ve built a static library that makes heavy use of the Core Data framework. I can successfully use the library in my external project, but ONLY if I include the .xcdatamod

8条回答
  •  囚心锁ツ
    2020-11-28 02:24

    i have some library with coredata too. i have found this template for manage a framework with embed ressources

    it's really simple to use on a new project ( more difficult to apply on existing ) but for framewoks build, it's really cool :-)

    https://github.com/kstenerud/iOS-Universal-Framework

提交回复
热议问题