Texture
Texture copied to clipboard
Crash with iOS14.5 Simulator in Xcode15-beta-8 before displaying node.
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.
- Create new iOS App Project with UIKit
- modify "ViewController.swift" as below.
Crash
"EXC_BAD_ACCESS(code=1, address=0x0)" in "new.h".
Environment
- Texture:
- OS: M2 Mac Ventura 13.4.1
- Xcode: Xcode15-beta-8
- Simulator: iOS14.5(I ran following simulators and faced crash: iPhone6s, iPhone8, iPhone12mini)
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'.