question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RCTUITextView.m implementing unavailable method

See original GitHub issue

Environment

OS: macOS High Sierra 10.13.4 Xcode: Xcode 9.3 Build version 9E145

Packages: (wanted => installed) react: 16.3.0-alpha.0 => 16.3.0 react-native: 0.55.0 => 0.55.0

Steps to Reproduce In xcode when I try to build I get the following error: ‘RCTUITextView.m implementing unavailable method’ and it refers to this function in swift

(void)setText:(NSString *)text
{
  [super setText:text];
  [self textDidChange];
}

path for file project/node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTUITextView.m

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:11
  • Comments:31

github_iconTop GitHub Comments

73reactions
timomearacommented, Apr 25, 2018

i had the same problem. @Anccerson is correct. set ‘Overriding Deprecated Objective-C Methods’ to ‘no’ in the RCTText proj screen shot 2018-04-25 at 1 05 33 pm

44reactions
ghostcommented, Apr 16, 2018

This issue occurs after I update to the recommended settings, and I fix it by reverting all warning options of the RCTText project build settings. Option “Overriding Deprecated Objective-C Methods” may be the key but I’m not sure.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native Build Error After Updating to Recommended ...
The issue is fixable by turning "Overriding Deprecated Objective-C Methods" to 'No' in the project's settings. Change to No.
Read more >
react native : Implementing unavailable method_天占的博客
/Users/bl/bailing_work/projects/RNddk/RNddk/node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTUITextView.m:111:1: Implementing ...
Read more >
react native : Implementing unavailable method - CodeAntenna
/Users/bl/bailing_work/projects/RNddk/RNddk/node_modules/react-native/Libraries/Text/TextInput/Multiline/RCTUITextView.m:111:1: Implementing unavailable ...
Read more >
react native : Implementing unavailable method - 台部落
react native : Implementing unavailable method ... Libraries/Text/TextInput/Multiline/RCTUITextView.m:111:1: Implementing unavailable method.
Read more >
react-native @ 0.57.8 .. 0.59.4 - Package Diff
An array containing the results of a method, and whether they were ... + * whether the module should receive a mock implementation...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found