"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Use header files stored in core data (synced with a web service)

Hi there,

I am using core data to store all my model info (there are a lot of models and the core data database will be synced with a web server). I can store the .h files as NSData and retrieve it easy enough, however how do I access the static arrays in the file? Previously I would include an "#import "SomeFile.h" " statement in my code and then be I'd able to use "someFileVerts" and "someFileNumVerts" etc to set up the model, but how do I do this when the header file is sitting in the Documents directory?

Thanks in advance.

 

Carl.