Advertisement
priore

How to use NON-ARC Lib on ARC project

Nov 7th, 2012
868
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. // How to use NON-ARC Lib on ARC project.
  3. //
  4. // 1. Create a new nsobject class as a wrapper of NON-ARC Library.
  5. // 2. Set flag -fno-objc-arc to the wrapper (target -> buil phases -> compile sources).
  6. // 4. Use this wrapper instead of the library.
  7. //
  8. // Danilo Priore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement