Xcode 10.1 第一次运行项目,黑屏,控制台显示config.json文件丢失

cocos2d: fullPathForFilename: No file found at config.json. Possible missing file.

{
gl.supports_vertex_array_object: true
cocos2d.x.version: cocos2d-x-3.10
gl.vendor: Apple Inc.
gl.supports_PVRTC: true
gl.renderer: Apple A10 GPU
cocos2d.x.compiled_with_profiler: false
gl.max_texture_size: 4096
gl.supports_ETC1: false
gl.supports_BGRA8888: false
cocos2d.x.build_type: DEBUG
gl.supports_discard_framebuffer: true
gl.supports_NPOT: true
gl.supports_ATITC: false
gl.max_samples_allowed: 4
gl.max_texture_units: 8
cocos2d.x.compiled_with_gl_state_cache: true
gl.supports_S3TC: false
gl.version: OpenGL ES 2.0 Metal - 58.4
}

iOS 12.1 真机

我也遇到这种情况,你解决了吗