Hi there,
I have a function that saves and restores ARWorldMap in my App, my operation flow
- open my app and scan around
- save ARWorldMap to ipad local storage
- load to restore ARWorldMap
After repeat step 2 and 3 several times, my App crashed. I thought it was my code issue but cannot find any clue. Then I downloaded official ARWorldMap Pesistent demo from https://developer.apple.com/documentation/arkit/data_management/saving_and_loading_world_data, repeat the operation as above, it also crashed. My iPad version is iPad Prod 15.3.1, and the error log said dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection.dylib blahblah, please check it from attachment. Any help is appreciated.