DCTCoreData icon indicating copy to clipboard operation
DCTCoreData copied to clipboard

Dropping project files causes problems for users DCTCoreData via static lib

Open postmechanical opened this issue 14 years ago • 2 comments

Greetings. Had DCTCoreData nicely integrated into a project as a static lib dependency using an Xcode workspace. The latest changes drop the project files.

postmechanical avatar Nov 01 '11 04:11 postmechanical

So I've been flipping back and forth about whether to use static libs. My current stance is that they are just way too much hassle.

The structure of the branches has changed, so that the master branch is effectively the same as what production used to be.

There is a demo branch with the demo project, this pulls in the DCTCoreData library files from the master branch as a submodule. I'd imagine you should be able to add your static library to that project to build, making sure to recursively add submodules.

Does this help at all?

danielctull avatar Nov 01 '11 09:11 danielctull

I used to not bother with static lib dependencies but Xcode workspaces make things much better. Think I'll hold off on merging though for now. Thanks.

postmechanical avatar Nov 01 '11 16:11 postmechanical