Use Hermes instead of JSC on iOS #117
Annotations
10 warnings
Run script build phase '[CP-User] [Hermes] Replace Hermes for the right configuration, if needed' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'hermes-engine' from project 'Pods')
|
Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'LiveMarkdownExample' from project 'LiveMarkdownExample')
|
ios/RCTUITextView+Markdown.mm#L34
undeclared selector 'textDidChange' [-Wundeclared-selector]
|
ios/RCTBaseTextInputView+Markdown.mm#L76
undeclared selector 'updateLocalData' [-Wundeclared-selector]
|
ios/RCTBaseTextInputView+Markdown.mm#L85
undeclared selector 'textOf:equals:' [-Wundeclared-selector]
|
ios/RCTBackedTextFieldDelegateAdapter+Markdown.mm#L35
undeclared selector 'textFieldDidChange' [-Wundeclared-selector]
|
example/node_modules/react-native/React/CoreModules/RCTStatusBarManager.mm#L82
'UIApplicationDidChangeStatusBarFrameNotification' is deprecated: first deprecated in iOS 13.0 - Use viewWillTransitionToSize:withTransitionCoordinator: instead. [-Wdeprecated-declarations]
|
example/node_modules/react-native/React/CoreModules/RCTStatusBarManager.mm#L86
'UIApplicationWillChangeStatusBarFrameNotification' is deprecated: first deprecated in iOS 13.0 - Use viewWillTransitionToSize:withTransitionCoordinator: instead. [-Wdeprecated-declarations]
|
example/node_modules/react-native/React/CoreModules/RCTStatusBarManager.mm#L102
'UIApplicationStatusBarFrameUserInfoKey' is deprecated: first deprecated in iOS 13.0 - Use viewWillTransitionToSize:withTransitionCoordinator: instead. [-Wdeprecated-declarations]
|
example/node_modules/react-native/React/CoreModules/RCTStatusBarManager.mm#L127
'statusBarFrame' is deprecated: first deprecated in iOS 13.0 - Use the statusBarManager property of the window scene instead. [-Wdeprecated-declarations]
|
This job succeeded
Loading