Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.76] [RCTUITextField typingAttributes]: unrecognized selector sent to instance 0x127798cb0 #2389

Closed
sviatoslav-dykyi opened this issue Feb 27, 2025 · 1 comment
Labels
bug Something isn't working Needs: Triage 🔍

Comments

@sviatoslav-dykyi
Copy link

Environment

npx react-native --version: 15.0.0-alpha.2
npm ls react-native-macos: [email protected]
node -v: v22.11.0
npm -v: 10.9.2
yarn --version: 1.22.21
xcodebuild -version: Xcode 15.2
Build version 15C500b

import { TextInput} from 'react-native-macos';

When adding TextInput to App.tsx I am facing such error in Xcode:
-[RCTUITextField typingAttributes]: unrecognized selector sent to instance 0x127798cb0

Steps to reproduce the bug

  1. xed -b macos; yarn start
  2. In Xcode press Run

Expected Behavior

No response

Actual Behavior

No response

Reproducible Demo

No response

Additional context

No response

@Saadnajmi
Copy link
Collaborator

Looks like a duplicate of #2326

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Needs: Triage 🔍
Projects
None yet
Development

No branches or pull requests

2 participants