Post

Replies

Boosts

Views

Activity

Reply to Xcode 13.3 build "out of memory"
Seeing the same issue with https://github.com/suzuki-0000/SKPhotoBrowser. Has anyone found a reliable fix?
Replies
Boosts
Views
Activity
Mar ’22
Reply to Xcode 13.3 build "out of memory"
Can confirm that turning off bitcode in a linked framework did the trick with Xcode 13.3.
Replies
Boosts
Views
Activity
Mar ’22
Reply to Xcode 13.3 build "out of memory"
Ultimately switching from UI_USER_INTERFACE_IDIOM() to UIDevice.current.userInterfaceIdiom in a dependency also did the trick (didn't have to disable bitcode in that case).
Replies
Boosts
Views
Activity
Apr ’22