Sam
04/30/2018, 6:08 AMlipo
to glue them together. Previously I was able to just reference both framework versions in my project but something must have changed with either 0.7
or Xcode 9.3 as I started to get architecture related build errors. My current solution is to invoke a shell script that creates the framework directory, uses lipo to glue the two architectures together and then copies over the header and module map.olonho
04/30/2018, 7:41 AM