Texture icon indicating copy to clipboard operation
Texture copied to clipboard

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

Open rshukai opened this issue 2 years ago • 1 comments

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

  • 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

rshukai avatar Sep 12 '23 02:09 rshukai

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

rshukai avatar Sep 15 '23 07:09 rshukai