fuziki / UnityCoreBluetooth

Unity Bluetooth Plugin for iOS & macOS Editor
MIT License
52 stars 13 forks source link

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

Open nonlin opened 1 year ago

nonlin commented 1 year ago

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