Comment on UIApplication.shared.open iOS 18 Looks like you are right, I am seeing the same in my project. Since the latest Facebook SDK does not solve the problem, I solved it by passing the options parameter to the open() call: UIApplication.shared.open(settingsURL, options: [:]) Thanks! UI Frameworks UIKit Sep ’24