Created
July 24, 2014 02:00
-
-
Save nvkiet/29fdde61998dc03acbd9 to your computer and use it in GitHub Desktop.
Compile correctly for non-ARC projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -fno-objc-arc | |
| Add -fobjc-arc to compiler flags under build phases to ARC files to make them compile correctly for non-ARC projects. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment