我希望通过其placeID获取地点的详细信息。 我正在使用谷歌地图API。
GMSPlacesClient *tempClient = [GMSPlacesClient sharedClient];
当我尝试创建 GMSPlacesClient 的实例时,应用程序崩溃了。
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSBundle initWithURL:]: nil URL argument'
libc++abi.dylib: terminating with uncaught exception of type NSException.
提前致谢。