You need to enable JavaScript to run this app.
文档中心
应用性能监控全链路版

应用性能监控全链路版

复制全文
下载 pdf
Android 端监控
There are both CN URL and global URL exist.
复制全文
下载 pdf
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 => [
'Crash',
'WatchDog',
xxxx
'CN' #必须引入
]
最近更新时间:2025.09.01 20:17:22
这个页面对您有帮助吗?
有用
有用
无用
无用