Is there any capacitor compatibility problem with xcode 15? After updating to xcode 15 I cannot archive the application.
Building failed with error:
mkdir -p /Users/acount_name/Library/Developer/Xcode/DerivedData/App-bqwafiqaeikydudczzavfvtwepdy/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/App.app/Frameworks
Symlinked...
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Capacitor.framework" "/Users/acount_name/Library/Developer/Xcode/DerivedData/App-bqwafiqaeikydudczzavfvtwepdy/Build/Intermediates.noindex/ArchiveIntermediates/App/InstallationBuildProductsLocation/Applications/App.app/Frameworks"
building file list ... rsync: link_stat "/path_to_app/ios/App/../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Capacitor.framework" failed: No such file or directory (2)
done