: Seems like it is not up to Firebase nor any other pod since people are having the same issue for different pods.
I have tried these things but no success:
updating all pods to the latest version
updating Cocoapods to the latest version 1.12.0
cleaning build folder and derived data, as always
updating CommandLineTools to the newest version(14E222 > 14E222b)
downgrading CommandLineTools to the previous Xcode 14.3's version 14C18
При попытке запустить приложение после обновления Xcode до последней версии возникало множество проблем.[code]14.3[/code] version. The one I am facing now is:
[code]failed to verify module interface of 'projectName' due to the errors above; the textual interface may be broken by project issues or a compiler bug[/code]
along with [code]No such module Firebase[/code] [code]Edit[/code]: Seems like it is not up to Firebase nor any other pod since people are having the same issue for different pods. I have tried these things but no success: [list] [*]updating all pods to the latest version [*]updating Cocoapods to the latest version 1.12.0 [*]cleaning build folder and derived data, as always [*]updating CommandLineTools to the newest version(14E222 > 14E222b) [*]downgrading CommandLineTools to the previous Xcode 14.3's version 14C18 [/list]