When we build our own framework, is it possible to combine Release/Debug, Simulator/Device all in one?
Or do we have to build separate framework for each combination?
For example;
Device+Release
Device+Debug
Simulator+Debug
Post
Replies
Boosts
Views
Activity
We have received 3rd party frameworks that work only for iPad/iPhone.
When we build our app for Simulator we need to remove those frameworks from frameworks and libraries.
When we build our app for devices we need to add those frameworks back into frameworks and libraries.
What is the clean way to link such frameworks?