You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ios: Add workaround for package:firebase_messaging when building with Xcode 16
Without this workaround iOS build currently fails with
the following error:
Lexical or Preprocessor Issue (Xcode): Include of non-modular header inside framework module 'firebase_messaging FLTFirebaseMessagingPlugin':
'/Users/rajveer/Projects/zulip-flutter/ios/Pods/Headers/Public/Firebase/Firebase.h'
/Users/rajveer/.pub-cache/hosted/pub.dev/firebase_messaging-15.0.4/ios/Classes/FLTFirebaseMessagingPlugin.h:11:8
Upstream issue and the workaround comment:
firebase/flutterfire#13323firebase/flutterfire#13323 (comment)
Docs:
https://developer.apple.com/documentation/xcode/build-settings-reference#Allow-Non-modular-Includes-In-Framework-Modules
The documentation states that enabling this setting may
result in issues later on, which is why this workaround
should only be temporary until firebase_messaging is
patched with the correct fix.
0 commit comments