0

I develop Static Library in XCode. I want to use Core Data by using Core Data model.

How I can hide Core Data model file in app, that is using Static Library. I don't want anybody to be able to see data base scheme. The same time, when developer will use some methods that depends on Core Data model, everyhting will work.

Thanks for help! Cheers!

Bartosz

MPelletier
  • 16,256
  • 15
  • 86
  • 137
mruffa
  • 21
  • 1
  • 4
  • 1
    possible duplicate of [core data in a static library for the iPhone](http://stackoverflow.com/questions/1711586/core-data-in-a-static-library-for-the-iphone) – Jim Mar 01 '11 at 21:26

1 Answers1

0

I was searching for a similar question and I found my answer here core data in a static library for the iPhone.

Maybe it will be helpful for you.

Community
  • 1
  • 1
adieu
  • 714
  • 3
  • 12