Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在按照这个演示教程 URL在地图上添加由cartoDb. 我有WhirlyGlobe_Maply_Distribution_2_4二进制文件及其框架并导入其组件文件。但它向我显示该文件未找到。
cartoDb
WhirlyGlobe_Maply_Distribution_2_4
这是我为导入它而写的内容:
#import <MaplyComponent.h>
请帮忙。我想在我的应用程序中使用它。谢谢
第 1 步- 转到项目 > 常规 > 链接框架和库
第 2 步- 选择 MaplyComponent 框架并将其删除。
第 3 步- 就在上面嵌入二进制文件只需单击“+”并添加 MaplyComponent 框架。
第 4 步- 添加它时,您将在两个框中看到它。
您现在可以从 Framework 导入文件。