TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.29k forks source link

Crash with iOS14.5 Simulator in Xcode15-beta-8 before displaying node. #2094

Open rshukai opened 1 year ago

rshukai commented 1 year ago

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.

  1. Create new iOS App Project with UIKit
  2. modify "ViewController.swift" as below. Screenshot 2023-09-12 at 11 44 01

Crash

"EXC_BAD_ACCESS(code=1, address=0x0)" in "new.h". Screenshot 2023-09-12 at 11 37 32

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

rshukai commented 1 year ago

This crash not happen when we create project without 'unit test target'.