How do I specify -weak_framework for multiple frameworks while compiling iPhone apps for older deployment targets?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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.
|
|||||||||||
|
|
Add a linker flag -weak_framework |
|||
|
|

