microsoft / WinObjC

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

'asl.h' file not found #102

Open greenhippie opened 9 years ago

greenhippie commented 9 years ago

@s5msft What is the recommended replacement for console related stuff?

I encountered this when compiling a project which makes use of CocoaLumberjack.

If I have to replace an apps logging framework implementation with one that is more appropriate to the Universal Windows platform, I am OK with that. I have several Objective-C projects that make use of popular iOS 3rd party libraries, and I am just wondering if it is anyone's goal to work towards WinObjC bridging compatibility with popular iOS component libraries (i.e. popular networking libraries - AFNetworking, popular logging libraries - CocoaLumberjack, ...)

s5msft commented 9 years ago

AFNetworking (among others) is on our radar.