microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 808 forks source link

Core Data Support? #57

Open aluong-yammer opened 9 years ago

aluong-yammer commented 9 years ago

I was wondering if Core Data is supported? I don't see the Core Data Framework in the WinObjC project files, but I do see a generated Window's sqllite db. How is Core Data being handled?

shuningzhou commented 9 years ago

Replacing @import with #import fixed this issue. I am getting an error saying "use of '@import' when modules are disabled" when import CoreData in the .h files.

agustingandara commented 9 years ago

@aluong-yammer Is these your same problem? #104

agustingandara commented 9 years ago

@aloung-yammer look my issue report #104. CoreData isn't implemented right now.

aluong-yammer commented 9 years ago

Hmm...I don't recall getting that error, @agustingandara.