Question

How do I specify -weak_framework for multiple frameworks while compiling iPhone apps for older deployment targets?

Was it helpful?

Solution

In the Build Phases section of your target, you've got the list of the linked frameworks.

For each one, you can select Required or Optional, optional meaning weak.

enter image description here

OTHER TIPS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top