I am not very familiar with objective c so I am unsure how to solve this issue. The error is occurring on the line below the comment "error below" and the error is as follows
Я обновляю приложение Expo с собственной версии 0,63 до 0,71 и вижу эту ошибку в файле AppDelegate.m. [code]// Linking API - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary *)options { // error below return [super application:application openURL:url options:options] || [RCTLinkingManager application:application openURL:url options:options]; }
@end [/code] I am not very familiar with objective c so I am unsure how to solve this issue. The error is occurring on the line below the comment "error below" and the error is as follows [code]No visible @interface for 'EXAppDelegateWrapper' declares the selector 'application:openURL:options:'[/code]