Cocos Creator 3.0.1 体验贴

运行时的预览窗口 怎么不能和编辑器嵌在一起啊 没有双屏只能来回切换很不方便啊 @gameMaster

这个GameView还是实验版,很多功能不完善,后面会改进 :rofl:

官方看一下我,这两个构建模板里自带的ccc结尾的文件是怎么生成的??

这是bug,会在3.0.1中修复~

老哥看看我的问题。。。翻个牌子啊


@gameMaster

同求翻个牌子

我发现2.0升3.0是个巨大工作量啊,不敢动了,最常用的node都有变动,这个升级代码改动会死人的

已反馈给相关同学~

3.0拿案例项目构建ios直接失败 :astonished:

@gameMaster(答案虽迟但到)

这个我也反馈了~

win 3.0.1 tiledmap做了修改,要重启creator才生效

@gameMaster 只有我一个人有问题嘛 :flushed:

每次构建都会覆盖原有的项目*.xcodeproj 配置…好烦啊~~还好有备份…安卓的还没试 @gameMaster

为什么我直接构建失败 新建项目也是 :joy:

大佬看下呗 ios构建失败

2021-4-7 17-11-log: “run cmake with -S /Users/miles/Workspace/VideoPlayer/native/engine/ios -GXcode -B/Users/miles/Workspace/VideoPlayer/build/ios1/proj -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DRES_DIR=”/Users/miles/Workspace/VideoPlayer/build/ios1""
2021-4-7 17-11-error: “[cmake-err] CMake Error at /Users/miles/Applications/CocosCreator.app/Contents/Resourc”
2021-4-7 17-11-error: “[cmake-err] es/tools/cmake/share/cmake-3.18/Modules/Platform/iOS-Initialize.cmake:4 (message):\n iphoneos is not an iOS SDK\nCall Stack (most recent call first):\n /Users/miles/Applications/CocosCreator.app/Contents/Resources/tools/cmake/share/cmake-3.18/Modules/CMakeSystemSpecificInitialize.cmake:21 (include)\n CMakeLists.txt:4 (project)\n\n\n”
2021-4-7 17-11-log: “[cmake] – Configuring incomplete, errors occurred!\nSee also “/Users/miles/Workspace/VideoPlayer/build/ios1/proj/CMakeFiles/CMakeOutput.log”.\n”
2021-4-7 17-11-error: “Run build plugin native:(onAfterBuild) failed!”

能把完整的log文件发上来看看吗?

1.txt.zip (4.3 KB)

看到一个iphoneos is not an iOS SDK error,试试这里的方案
https://stackoverflow.com/questions/61013363/cmake-error-while-exporting-ios-project-iphoneos-is-not-an-ios-sdk

确实可以了 :joy: