Xcode 13.3 export fails. This was not an issue with Xcode 13.2.x
Stderr:
>
/Applications/Xcode-13.3.app/Contents/Developer/usr/bin/ipatool:372:in `run'
/Applications/Xcode-13.3.app/Contents/Developer/usr/bin/ipatool:2889:in `block in CompileOrStripBitcodeInBundle'
/Applications/Xcode-13.3.app/Contents/Developer/usr/bin/ipatool:2828:in `each'
/Applications/Xcode-13.3.app/Contents/Developer/usr/bin/ipatool:2828:in `CompileOrStripBitcodeInBundle'
/Applications/Xcode-13.3.app/Contents/Developer/usr/bin/ipatool:3115:in `block in ProcessIPA'
/Applications/Xcode-13.3.app/Contents/Developer/usr/bin/ipatool:3076:in `each'
/Applications/Xcode-13.3.app/Contents/Developer/usr/bin/ipatool:3076:in `ProcessIPA'
/Applications/Xcode-13.3.app/Contents/Developer/usr/bin/ipatool:4038:in `<main>'}
** EXPORT FAILED **
Attaching log
xcodebuild-export-archive.log
Post
Replies
Boosts
Views
Activity
I'm trying to get an app ready for iOS 15. On one of the table views some of the cells are becoming disabled after having initially tapped on it and then tapping back on the following screen. Almost all cell rows and buttons are disabled.
What is the SwiftUI App Protocol equivalent of SceneDelegate's openURLContexts or AppDelegate's openURL?