After updating Xcode to 14.0 (and accompanying Xcode Command Line Tools), and building my application as I normally would, I'm running into the error you see above. This is a pretty well documented error, but I've tried every solution I've been able to find:
- Investigating Keychain settings
- Running
pod deintegrate
andpod install
- Cleaning the build folder
- Logging off and shutting everything down and turning things back on / logging back in
- Entering
arm64
as an excluded architecture and subsequently removing it from the.xcworkspace
- Combinations of all the above
- Ensuring all the Pods I have are not out of date.
I'm at a loss. Your input is greatly appreciated. Thank you.