Helpers for using Swift Package Manager with Xcode
Note to myself for futur:
- set
Swift import path
to the SPM resulted.build/debug/
- use XcodeSPM to cp and rename
.a
files from.build/debug/Name.a
to alib/libName.a
dir format - add the
lib
dir toLibrary search path
- manually add the
libName.a
files to Build PhasesLink binary to Libraries