如何在我的 iOS 项目中为模拟器和设备构建和集成 pjsip 2.5.5?

How to build and integrate pjsip 2.5.5 for both simulator and device in my iOS project?

如何在我的项目中为模拟器和设备构建和集成 pjsip 2.5.5?

我收到错误:

ld: symbol(s) not found for architecture arm64 Undefined symbols for architecture armv7:

为了为所有设备和模拟器实现 pjsip,应该为每个体系结构编译它,并且应该使用 -lipo 命令组合所有库。请找到这个 link。可能对你有帮助。

Compile for all architecture seperately