iOS error on firebase notifications in Solar2D 3710 - macOS 15.0.1, Xcode 16.0

hello everyone, I have recently started developing for ios with solar2d. I followed the solar2d and Google Firebase guides to implement notifications on Android and Iphone. On Android the notifications work perfectly but on Ios, despite the fact that I have placed the GoogleService-Info.plist file in the app root, created the APN service key and enabled the plugin.notifications.v2 plugin in the build settings. The app on Iphone, once the user has been prompted and given consent to notifications does not detect the token and the Xcode log returns this message: ERROR: notifications.registerForPushNotifications( [ options ] ), options.useFCM is true but no Firebase Framework is linked! How can i resolve this error?