UnityCoreBluetooth icon indicating copy to clipboard operation
UnityCoreBluetooth copied to clipboard

Can no longer use makefile commands to build a .framework.

Open nonlin opened this issue 2 years ago • 1 comments

Is there a work around now that Xcode has gotten rid of generate-xcodeproj and now that bitcode generated is disabled?

Your makefile requires deprecated commands/flags and so it gets in the way of building the .framework.

Regards

nonlin avatar Jun 07 '23 21:06 nonlin

use the Makefile to generate .o file, and use ar -crv ??.a ??.o to convert it into library file. The .a file work as well as the .framework file.

arnoliudaxia avatar Jun 03 '25 18:06 arnoliudaxia