Cocos2d-x   发布时间:2022-05-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了编译cocosbuilder源码出错大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

Thisfatal: reference is not a tree: b51de15ACB37d72719b03314771e4caa04e57a33was quite Annoying.

I have made some initial fixes that will at least get you past getTing all the proper submodules:
@L_675_0@

There is a multi-step process in order to make this work (detached HEAD) with the latest for tag “release-1.1-RC0”

1) Under the root directory of this repository,edit the “.gitmodules” with the following diffs:

diff --git a/.gitmodules b/.gitmodules
index 70efbcf..e61c729 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
 [submodule "CocosBuilder/libs/cocos2d-iphone"]
        path = CocosBuilder/libs/cocos2d-iphone
-       url = https://github.com/cocos2d/cocos2d-iphone.git
+       url = git://github.com/cocos2d/cocos2d-iphone-classic.git
 [submodule "CocosBuilder/libs/ssziparchive"]
        path = CocosBuilder/libs/ssziparchive
-       url = https://github.com/vlidholt/ssziparchive
+       url = git://github.com/vlidholt/ssziparchive
 [submodule "CocosBuilder/libs/Fragaria"]
        path = CocosBuilder/libs/Fragaria
-       url = https://github.com/vlidholt/Fragaria.git
+       url = git://github.com/vlidholt/Fragaria.git
 [submodule "Examples/CocosBuilderExample/libs/CCBReader"]
        path = Examples/CocosBuilderExample/libs/CCBReader
        url = git://github.com/cocos2d/CCBReader.git

2)$ cd CocosBuilder/libs/cocos2d-iphone
3)$ git checkout 9bd04c2286e32a8bc5ba90f85de1170b91d86d1f

大佬总结

以上是大佬教程为你收集整理的编译cocosbuilder源码出错全部内容,希望文章能够帮你解决编译cocosbuilder源码出错所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。