Building a C static library using recent Xcode? Including that in Swift? -


does have guide setting project produces static library under recent versions of xcode? there few older versions, use project setting called "c/c++ library" seems have been removed.

i notice "external build system" still in there, , maybe that's solution? c code won't changing structure much, makefile solution - i've never used type before, i'd hear people have.

ultimately c code consumed swift/cocoa application. correct in thinking include both projects in workspace, drag .a , bridging .h swift project, , go?


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -