File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
FirebaseInstallations/Source/Library Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -256,9 +256,12 @@ + (void)assertCompatibleIIDVersion {
256
256
return ;
257
257
#else
258
258
if (![self isIIDVersionCompatible ]) {
259
- [NSException raise: kFirebaseInstallationsErrorDomain
260
- format: @" FirebaseInstallations will not work correctly with current version of "
261
- @" Firebase Instance ID. Please update your Firebase Instance ID version." ];
259
+ [NSException
260
+ raise: kFirebaseInstallationsErrorDomain
261
+ format: @" Firebase Instance ID is not compatible with Firebase 8.x+. Please remove the "
262
+ @" dependency from the app. See the documentation at "
263
+ @" https://firebase.google.com/docs/cloud-messaging/ios/"
264
+ @" client#fetching-the-current-registration-token." ];
262
265
}
263
266
#endif
264
267
}
You can’t perform that action at this time.
0 commit comments