博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
‘Cordova/CDVPlugin.h’ file not found
阅读量:5104 次
发布时间:2019-06-13

本文共 299 字,大约阅读时间需要 1 分钟。

   phonegap项目,题。然后想打包成ipa了,去Product --> Archive 一下,然后就报错了,说:‘Cordova/CDVPlugin.h’ file not found, 

截图:

最后,通过在 Build Settings -->  Search Paths -->  Header Search Paths 

添加:$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include

再次Archive就可以了,截图:

原文链接:

转载于:https://www.cnblogs.com/tandaxia/p/4963129.html

你可能感兴趣的文章
App右上角数字
查看>>
WPF中实现多选ComboBox控件
查看>>
TestNG入门
查看>>
【ul开发攻略】HTML5/CSS3菜单代码 阴影+发光+圆角
查看>>
IO—》Properties类&序列化流与反序列化流
查看>>
Codeforces 719B Anatoly and Cockroaches
查看>>
ActiveMQ与spring整合
查看>>
关于TFS2010使用常见问题
查看>>
poj2752 Seek the Name, Seek the Fame
查看>>
理解oracle中连接和会话
查看>>
[13年迁移]Firefox下margin-top问题
查看>>
Zookeeper常用命令 (转)
查看>>
程序员的数学
查看>>
聚合与组合
查看>>
洛谷 P2089 烤鸡【DFS递归/10重枚举】
查看>>
我眼中的技术地图
查看>>
lc 145. Binary Tree Postorder Traversal
查看>>
android dialog使用自定义布局 设置窗体大小位置
查看>>
ionic2+ 基础
查看>>
[leetcode]Minimum Path Sum
查看>>