Skip to content
New issue

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

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

Open
rshukai opened this issue Sep 12, 2023 · 1 comment
Open

Comments

@rshukai
Copy link

rshukai commented Sep 12, 2023

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
Copy link
Author

rshukai commented Sep 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant