[GMSx_GMPCClientVectorTileExtensionsRoot InteriorBuildingMetadata]:无法识别的选择器发送到类 0x1028e2450

Kai*_*hni 6 frameworks google-maps static-libraries cocoapods swift

在我的项目中,我添加了一个 Google 地图 pod,因此我有带有 Google 地图的项目 A,框架也有 Google。因此,项目 A 和框架 B 都有 Google 地图 当我添加框架时,我在打开地图视图时面临崩溃

在进行调试时,如果我从框架 B 中删除谷歌地图并将框架添加到项目中,它不会崩溃

据我了解,崩溃的原因是在项目 A 和框架 B 中添加了 Google Map Pod

有人有解决这个问题的想法吗?

[GMSx_GMPCClientVectorTileExtensionsRoot indoorBuildingMetadata]: unrecognized selector sent to class 0x1028e2450
2019-06-25 12:58:15.905674+0530 Boost[535:26666] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[GMSx_GMPCClientVectorTileExtensionsRoot indoorBuildingMetadata]: unrecognized selector sent to class 0x1028e2450'
*** First throw call stack:
(0x1f68d5ea4 0x1f5aa5a50 0x1f67f3bbc 0x1f68db7bc 0x1f68dd46c 0x101393d48 0x1013fedc8 0x1013fe3b4 0x101409264 0x101405fe0 0x101401614 0x10123aaa8 0x10123a3fc 0x106c27824 0x106c28dc8 0x106c2c1c4 0x106c2b604 0x106c3a1dc 0x106c3abc8 0x1f64f117c 0x1f64f3cec)
libc++abi.dylib: terminating with uncaught exception of type NSException
Run Code Online (Sandbox Code Playgroud)