How do I weak link frameworks on Xcode 4?

Go to your project -> Targets -> Build Phases -> Link Binary with Libraries.

Then change the library you want to weak-link from “Required” to “Optional”.

Leave a Comment