I was getting the same issue, and bumping the platform ios version
from: platform :ios, '13.0'
platform :ios, '13.0'
to: platform :ios, '15.0'
platform :ios, '15.0'
Fixed the issue for me.