Open rshukai opened 1 year ago
A crash occurs before displaying the node.
I created new project and in the ViewController, added "displayNode" and set a frame for it.
"EXC_BAD_ACCESS(code=1, address=0x0)" in "new.h".
This crash does not happen on iOS15.5/iOS16.4/iOS17-beta8 and Xcode-beta-8. This crash does not happen on iOS14.5 and Xcode14.2
This crash not happen when we create project without 'unit test target'.
Description
A crash occurs before displaying the node.
Reproduce code
I created new project and in the ViewController, added "displayNode" and set a frame for it.
Crash
"EXC_BAD_ACCESS(code=1, address=0x0)" in "new.h".
Environment
This crash does not happen on iOS15.5/iOS16.4/iOS17-beta8 and Xcode-beta-8. This crash does not happen on iOS14.5 and Xcode14.2