Had to update to Xcode 14, for which I also had to update to the MacOS 13, Ventura. Latest Apple recs. No problem, got those done. But now I can't Archive my project to upload to the App Store. Keep getting the error below.
I noticed that lots of people on the Internet had this error while updating Xcode versions, and I tried these following solutions, but none of them worked for me.
- Delete DerivedData, CocaoPods Cache, pod deintegrate then pod install, clean build, rebuild
- Unlock and relock Keychain Access (mine is grayed out, so couldn't try this)
- Delete xcuserdata
It appears that my specific issue is being caused by Alamofire.framework not being found, and I'm not sure how to fix that. Tried changing the target version of AlamoFire to no avail. The error notes -
/Projects/app/app/../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Alamofire.framework" failed: No such file or directory (2)
Any help in getting me unblocked here would be greatly appreciated. Thanks in advance.