Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable weak event emitter in AttributedString for Apple Silicon Mac …
…running iOS build app (#48583) Summary: #48225 fixed the same problem on Mac Catalyst build, but this crash also happen on a iOS build app running on Apple Silicon Mac. The weak event emitter in AttributedString attributes is causing a serialization error when typing into a TextInput in a iOS build app running on Apple Silicon Mac. ## Changelog [iOS][Fixed] - Workaround for a iOS build app running on Apple Silicon Mac(in Xcode Destination: "Mac(Designed for iPad)") TextInput crash due to serialization attempt of WeakEventEmitter ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests Pull Request resolved: #48583 Reviewed By: javache Differential Revision: D68093083 Pulled By: cipolleschi fbshipit-source-id: ac48be3305eb01ff2b62d63283b929e8ab6b250c
- Loading branch information