Xcode 13 Beta 3 & IOS ipad 15 beta 4, RealityKit crash

Hey

Uhh I though by updating to latest version I will have... "stabler" time... anyway I jumped down from Xcode beta4 to beta3, I can compile the app. But when I run it on ipad, I get > xcode 13 beta 3 Ipad os 15 beta 4

  Referenced from: /private/var/containers/Bundle/Application/DB6BF949-41A0-4824-A01F-637B90443A4C/myApp.app/myApp  Expected in: /System/Library/Frameworks/RealityFoundation.framework/RealityFoundation

What do I dooo ? :- (

I face the same issue: Can't import RealityKit on Xcode Version 13.0 beta 4 (13A5201i)

When I went back to the beta 3,

  1. Make sure I'm opening the Xcode 13 Beta 3
  2. Clean the build folder by shift + cmd + k or Product/Clean Build Folder
  3. (Optional) Delete the contents in /Users/YOURCOMPUSER/Library/Developer/Xcode/DerivedData

Then, I can compile the app with Xcode 13 Beta 3 again

Hope this help

The dyld issue is expected, since we have changed the APIs a bit between seed 3 and 4, so there is a symbol mismatch that occurs when compiling with the old APIs and running on a device with the new APIs. If you can, I would download iOS 15 seed 3 to match your Xcode version if you can, or wait for seed 5.

Hey

Thank you for getting back to me!

How can I download IOS 15 seed 3 on my ipad? I need it quite urgently...

Regards Dariusz

Xcode 13 Beta 3 & IOS ipad 15 beta 4, RealityKit crash
 
 
Q