Did it come with a makefile? Create a new target, set the build parameters for the target in that in the Makefile, and then set your project to depend on this new target.
A .a file is a static library, which means that it is independent of the external and all necessary code. I think that no extension at all implies a dynamic library, which means that it will depend on some dependencies present in your system in order to link them. Maybe that's why .a is so much more. I think Xcode will create static ones by default, because iOS does not allow the use of dynamic libraries.
Drop-down list to build in your schema. Command + Shift + <to view your diagram. Within the framework of the scheme, you can edit which environment each construction method will use.
atomkirk
source share