ylechelle / OpenUDID

[OpenUDID IS NOW DEPRECATED] Open source initiative for a universal and persistent UDID solution for iOS
OpenUDID.org
2.09k stars 435 forks source link

Typo in the diagram showing ARC compiler flag #29

Closed timd closed 12 years ago

timd commented 12 years ago

There's a typo in the Skitch screenshot showing the compiler flags for non-ARC compilation:

https://img.skitch.com/20120411-bcku69k1uw528cwh9frh5px8ya.png

It shows

-fnoobjc-arc

rather than

-fno-objc-arc

Not a problem if you've dealt with non-ARC libraries before, but it threw me for a while before I figured it out!

adambair commented 12 years ago

+1 Indeed. Thanks, this helped me out.

ylechelle commented 12 years ago

indeed