All in one Cocos2d-JS v3.7 beta0发布了

我用ios测了一下视频的播放部分,有如此问题,不知版主能否帮忙看看

{
    gl.supports_vertex_array_object: true
    cocos2d.x.version: cocos2d-x-3.7rc0
    gl.vendor: Apple Inc.
    gl.supports_PVRTC: true
    gl.renderer: Apple Software Renderer
    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 APPLE-10.1.5
}


cocos2d: fullPathForFilename: No file found at script/jsb_boot.jsc. Possible missing file.
JS: isMobile : true
language : en
browserType : null
capabilities : {"opengl":true,"accelerometer":true,"touches":true}
os : iOS
platform : 4

JS: UIScene ctor
JS: UIScene init
filename == UITest.json
2015-07-14 17:36:51.192 Otome37-mobile cocos2d: surface size: 640x1136
2015-07-14 17:36:51.398 Otome37-mobile cocos2d: surface size: 640x1136
JS: play!
2015-07-14 17:37:07.465 Otome37-mobile cocos2d: surface size: 640x1136
JS: videoEventCallback eventType:0
JS: VideoPlayer PLAYING
Jul 14 17:37:08 ingame02deMacBook-Pro.local rtcreporting : logging starts...
Jul 14 17:37:08 ingame02deMacBook-Pro.local rtcreporting : setMessageLoggingBlock: called
2015-07-14 17:37:08.638 Otome37-mobile Unable to simultaneously satisfy constraints.
    Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) 
(
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    ""
)

Will attempt to recover by breaking constraint 


Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in  may also be helpful.
2015-07-14 17:37:08.671 Otome37-mobile Unable to simultaneously satisfy constraints.
    Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) 
(
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    ""
)

Will attempt to recover by breaking constraint 


Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in  may also be helpful.
2015-07-14 17:37:08.673 Otome37-mobile cocos2d: surface size: 640x1136



```

我也有视频播放的问题:
video作为child加入layer,比如设置zorder值为1;
然后加入一张图片到layer,比如设置zorder值为2;

但是图片只是开始一闪,出现了一下,然后就被video盖住了,这是为什么? 按理说zorder值大的应该不会被小的盖住啊?

赞一个。虽然现在我还没有用上!