Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Mac 上的 Qt 中构建 webrtc apm,bug 它在 arm_neon.h 中显示 #error "NEON support not enabled"
我在使用命令行构建 WebRTC 时遇到了同样的问题。
只要确保环境变量是正确的
export GYP_DEFINES="OS=ios target_arch=arm64" export GYP_GENERATOR_FLAGS="output_dir=out_ios64"
在每次构建之前执行命令行(即使在相同的构建之后)
webrtc/build/gyp_webrtc
我没有深入寻找原因。
高温下,
迈克尔