Keep getting this error during SwiftUI previews on simulator.
Already tried xcrun simctl --set previews delete all no luck.
Xcode 13.2.1 on M1 MacBook Pro
Post
Replies
Boosts
Views
Activity
App crashes on launch iOS 14 and lower simulators using Xcode 13.2.1 on M1 MacBook Pro
Referenced from: /Users/anilsudhakaran/Library/Developer/Xcode/DerivedData/APIGuardTest-cvlwhhwgzpcsbhdqtgbbgjryqdqj/Build/Products/Debug-iphonesimulator/APIGuard.framework/APIGuard
Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 13.7.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libSystem.B.dylib
in /Users/anilsudhakaran/Library/Developer/Xcode/DerivedData/APIGuardTest-cvlwhhwgzpcsbhdqtgbbgjryqdqj/Build/Products/Debug-iphonesimulator/APIGuard.framework/APIGuard
dyld: launch, loading dependent libraries
DYLD_ROOT_PATH=/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 13.7.simruntime/Contents/Resources/RuntimeRoot
DYLD_LIBRARY_PATH=/Users/anilsudhakaran/Library/Developer/Xcode/DerivedData/APIGuardTest-cvlwhhwgzpcsbhdqtgbbgjryqdqj/Build/Products/Debug-iphonesimulator:/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 13.7.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/introspection
DYLD_INSERT_LIBRARIES=/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 13.7.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libBacktraceRecording.dylib:/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 13.7.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMainThreadChecker.dylib:/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 13.7.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
DYLD_FALLBACK_FRAMEWORK_PATH=/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 13.7.si
There appears to be couple of issues with Expand/Collapse CollectionView Lists.
1) It requires the view controller to be embedded in a navigation controller
2) It needs to be on the first page of the collectionview, otherwise it doesn't expand/collapse.
I have an avplayer instance embedded in a uitableviewcell. When I turn on voiceover I’m unable to access avplayer controls, like full screen mode, play/pause. I’m able to start playing and double tap to show the controls cannot access them by swiping left/right. When I embed it in a UIView instance it works as expected. Anyone face similar issue?