Hi,
I have an iOS commandline tool source code.(i create it on Xcode) after building the source Xcode creates an executable file.
Now i want to create .o file(object file) instead of executable in Xcode.how can i do that?
** After creating .o file i want to link this object file with a static library and create final executable.
** I know i can add static library to Xcode and build the final file there,but i want (must) do with the mentioned method
Regards
I have an iOS commandline tool source code.(i create it on Xcode) after building the source Xcode creates an executable file.
Now i want to create .o file(object file) instead of executable in Xcode.how can i do that?
** After creating .o file i want to link this object file with a static library and create final executable.
** I know i can add static library to Xcode and build the final file there,but i want (must) do with the mentioned method
Regards