建造一个静态图书馆,并建造手机模拟器
原文:Building a static library with go build for Iphone simulator
原文:Building a static library with go build for Iphone simulator
我在我的iOS项目中建了一个档案库 使用如下: GOOS=ios GOARCH=arm64 CGO_ENEWABLD=1 SDK=iphones模拟器 CGO_CFLAGS=" - fembed-bitcode"CC=pwd/clanglobin.sh go build -buildingmode=c -...