Reputation: 5444
I have some externally pre-compiled libraries for iOS some for debug and some for release I can just "add new files" to the project with the .a files but this is for all configurations. I want some when Debug is built, and the others when Release is built.
I did it by putting the libraries in the OTHER_LDFGLAGS setting. They have two fields one for Debug and one for Release I just put the paths to the files in there. Is there a better way?
Upvotes: 0
Views: 360