Unreported Crash in SCNScene(url: option:)

Originator:wesley.matlock
Number:rdar://38683673 Date Originated:March 20 2018
Status:Open Resolved:
Product:iOS + SDK Product Version:iOS 11.3
Classification: Reproducible:YES
 
Area:
SceneKit

Summary:
 let bobbleScene = try SCNScene(url: bobbleURL) does not throw the exception but rather just crashes.

Steps to Reproduce:

Create a SCNScene using the init(url: URL, options: [SCNSceneSource.LoadingOption : Any]? = nil) initializer

Expected Results:

No exception but if there is one I would expect it to be thrown.

Actual Results:
Application crashes. 

Version/Build:
Using iOS 11.2.   Same code does work properly in iOS 10.3

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!