我正在尝试将 Google 地图集成到我的 xcode 项目中。我严格按照这里的说明进行操作。不幸的是,我收到一个错误:
error: 'GoogleMaps/GoogleMaps.h' file not found with <angled> include; use "quotes" instead
#import <GoogleMaps/GoogleMaps.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
"GoogleMaps/GoogleMaps.h"
我从 <> 更改为 "",现在它找到了 GoogleMaps.h!
但是,我在 SDK 中包含的其他 35 个标头上遇到了同样的错误。我无法编辑它们中的每一个,我也不想这样做,因为这会花费很多时间+这可能是错误的做法。
我对 xcode 并没有真正的经验,但我在互联网上找到了一些主题,但这些主题都没有真正帮助我。
我在这里做错了什么?
等待答案,亚当。