react-native-ios-context-menu icon indicating copy to clipboard operation
react-native-ios-context-menu copied to clipboard

[RN-0.64-rc.1]Undefined symbol: (extension in UIKit):__C.UIMenu.init(title: Swift.String, image: __C.UIImage?, identifier: __C.UIMenuIdentifier?, options: __C.UIMenuOptions, children: [__C.UIMenuElement]) -> __C.UIMenu

Open KingAmo opened this issue 3 years ago • 1 comments

xcode error :

Undefined symbol: (extension in UIKit):__C.UIMenu.init(title: Swift.String, image: __C.UIImage?,
 identifier: __C.UIMenuIdentifier?, options: __C.UIMenuOptions,
 children: [__C.UIMenuElement]) -> __C.UIMenu

Undefined symbol: (extension in UIKit):__C.UIAction.init(title: Swift.String, 
image: __C.UIImage?, identifier: __C.UIActionIdentifier?, discoverabilityTitle: Swift.String?, 
attributes: __C.UIMenuElementAttributes, state: __C.UIMenuElementState,
 handler: (__C.UIAction) -> ()) -> __C.UIAction


KingAmo avatar Dec 02 '20 10:12 KingAmo

Hello! This is a bug in the RN Xcode template 😔 As of writing this, it hasn't been officially fixed yet haha

To make this library work, you have to follow this this instructions: Xcode Build Error: Undefined Symbol

If you still encounter any problems, please let me know 😊

dominicstop avatar Dec 05 '20 04:12 dominicstop