Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.

Setting Up Your Project

brockwoolf edited this page Sep 13, 2010 · 1 revision

When creating your new Xcode project there is an essential step, otherwise your project isn’t going to run properly (although It will still build and run)

Xcode Linker Flags

You must add these two linker flags to your project: -ObjC -all_load

Clone this wiki locally