We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
This crash not happen when we create project without 'unit test target'.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: