Skip to content

No type or protocol named UIApplicationOpenURLOptionsKey #1941

@ElangoPrince

Description

@ElangoPrince

Environment

react-native -v: 0.72.5
npm ls react-native-macos: react-native-macos@0.72.0 
node -v: v19.5.0
npm -v: 6.14.18
yarn --version: NR
xcodebuild -version: Xcode 14.2, Build version 14C18

Steps to reproduce the bug

react-native run-macos

Expected Behavior

No response

Actual Behavior

AppDelegate.mm
#import <React/RCTLinkingManager.h>

(BOOL)application:(UIApplication *)app
openURL:(NSURL *)url
options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options
{
return [RCTLinkingManager application:app openURL:url options:options];
}
270584553-4bda69a7-4172-4faf-85c6-5ee02ec4bb84 270583824-1c602c89-a470-4f18-a409-0323d1d9aec8

Reproducible Demo

No response

Additional context

No response

### Tasks

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions