Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

133
Views
Realitykit feature crashes on ios 13.4.1 but works in 15.2

I have project with deployment target 10+ with a realitykit feature that only appears on ios 13+ devices , the problem is it runs successfully in real device with ios 15.2 but crashes in ios 13.4.1 with error

Instantiating class metadata for class with missing weak-linked ancestor

@available(iOS 13.0, macOS 10.15, *)
class MyVC: UIViewController, ARCoachingOverlayViewDelegate {

    func addModel() { 

        let path = Bundle.main.path(forResource: "Matrix", ofType: "usdz")! 
        let url = URL(fileURLWithPath: path) 
        let assetsLoader = try Entity.load(contentsOf: url)// crashes here
        let anchor = AnchorEntity(plane: .horizontal) 
        anchor.addChild(assetsLoader) 
        arView.scene.anchors.removeAll() 
        arView.scene.addAnchor(anchor) 
        .....
   }
   ....
}


// instantiating class metadata for class with missing weak-linked ancestor(lldb) 

Where Matrix.usdz exists in bundle with target membership ticked

I have read this Instantiating class metadata for class with missing weak-linked ancestor but it doesn't help

BTW if i raised deployment target to ios 13 it works well with any 13+ version

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!