I created the static library MyLib.a with its downloadable package MyLibBundle.bundle ", which contains all the necessary resources, such as my xcdatamodel and xibs .
Now I want to use this library in another project.
So, I included " MyLib.xcodeproject " in a new one, linked the library and set the search path for the headers.
But in the end, the application cannot find my main data file ( SIGABRT ).
Does anyone have a solution?
source
share