- 文档首页
应用性能监控全链路版
用户指南
客户端监控
App 端监控
常见问题
Android 端监控
There are both CN URL and global URL exist.
Android 端监控
There are both CN URL and global URL exist.
There are both CN URL and global URL exist.
问题描述
*** Terminating app due to uncaught exception 'APMInsightURLError', reason: 'There are both CN URL and global URL exist. Please remove one of the subspecs in the CN for Chinese App and the Global for global App.'
问题原因
没有显式声明subspecs。
解决方案
podfile设置具体的subspecs,如使用 pod 'RangersAPM', '3.0.3',的方式会有该问题。
pod 'RangersAPM', '3.0.3', :subspecs => [
最近更新时间:2025.09.01 20:17:22