Xcode protobuf2.5添加arm64编译器补丁生成静态库

项目需求,protobuf源码编成静态库使用

但是,github上的protobuf源码没有对应arm64的编译器定义,编译出来的静态库使用时报错。

下面的连接是arm64编译器代码补丁包,把编译器代码放到src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h

然后src/google/protobuf/stubs/atomicops.h的宏定义部分加上

protobuf Arm64编译器文件https://github.com/protocolbuffers/protobuf/commit/2ca19bd8066821a56f193e7fca47139b25c617ad配置完后在Xcode中再次编译静态库文件,使用无报错。

相关推荐
一如初夏丿3 天前
xcode15 报错 does not contain ‘libarclite‘
ios·xcode
app开发工程师V帅3 天前
Xcode 文件缺失:Missing submodule xxx
ide·macos·xcode
app开发工程师V帅3 天前
Xcode 16 编译弹窗问题、编译通过无法,编译通过打包等问题汇总
macos·xcode
请叫我飞哥@6 天前
iOS在项目中设置 Dev、Staging 和 Prod 三个不同的环境
ios·xcode·swift
B.-7 天前
减少 Flutter 应用体积的常用方法
学习·flutter·android studio·xcode
名字不要太长 像我这样就好9 天前
【iOS】OC语法知识小结
ios·cocoa·xcode
zhangfang689 天前
Go 语言切片(Slice)
开发语言·golang·xcode
davidson147110 天前
Xcode
ios·swiftui·xcode·swift·apple
tealcwu11 天前
【Unity踩坑】Unity生成iOS的XCode项目时提示错误:xcrun: error: SDK “iphoneos“ cannot be located
unity·ios·xcode
望天hous11 天前
go 怎么判断一个文件存在,并且如果存在则读取文件,并json反序列化 string切片
golang·json·xcode