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
Xcod is showing this warning:
" Conflicting parameter types in implementation of 'application:continueUserActivity:restorationHandler:':'void (^_Nonnull __strong)(NSArray<id>*_Nullable __strong)' vs 'void (^__strong _Nonnull)(NSArray *_Nullable __strong)' "
on this line in AppDelegate.m:
restorationHandler:(void(^)(NSArray * __nullable restorableObjects))restorationHandler
Hi,
Xcod is showing this warning:
" Conflicting parameter types in implementation of 'application:continueUserActivity:restorationHandler:':'void (^_Nonnull __strong)(NSArray<id>*_Nullable __strong)' vs 'void (^__strong _Nonnull)(NSArray *_Nullable __strong)' "
on this line in AppDelegate.m:
restorationHandler:(void(^)(NSArray * __nullable restorableObjects))restorationHandler
How do I fix this mismatch?