OK, this is pretty much what I'm trying to do.
- I've got a HUGE static library full of functions, which has to be NON-ARC (because of errors).
- Now my app has to be ARC-enabled.
- However : when ever I'm trying to compile my app, it throws all errors related to my using the NON-arc library.
Any ideas on how this can be solved?