TortoiseSVN上传cocos2dx的项目不能打包的问题!

由于TortoiseSVN默认是忽略 *.a的,导致上传的项目文件缺少所有的*.a文件。

在TortoiseSVN->Settings->General->Global ignore pattern中将*.a删除,然后重新Add所有*.a文件再commit到服务器上去。

 

posted @ 2016-11-18 21:23  pcwen.top  阅读(393)  评论(0编辑  收藏  举报
pcwen.top