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
{{ message }}
This repository was archived by the owner on May 26, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: