react-native icon indicating copy to clipboard operation
react-native copied to clipboard

chore(iOS): refactor `RCTImageUtils`, `RCTTextView` & `RCTParagraphComponentView.mm` to use UTType

Open krozniata opened this issue 1 year ago • 3 comments

Summary:

This PR refactors RCTImageUtils, RCTTextView & RCTParagraphComponentView.mm to use UTType because of deprecation warning from iOS 15 and above

Changelog:

[IOS] [CHANGED] - Refactor RCTImageUtils, RCTTextView & RCTParagraphComponentView.mm to use UTType

Test Plan:

Make sure that RNTester builds and runs correctly

krozniata avatar Sep 17 '24 10:09 krozniata

Actually, CI is failing with

ld: Undefined symbols:
 _UTTypeFlatRTFD, referenced from:
  -[RCTTextView copy:] in RCTTextView.o
   _UTTypeUTF8PlainText, referenced from:
      -[RCTTextView copy:] in RCTTextView.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
 Ld /Users/runner/Library/Developer/Xcode/DerivedData/HelloWorld-czqnsntrjgyngsfxcbfgwyssconw/Build/Intermediates.noindex/Pods.build/Release-iphonesimulator/React-RCTText.build/Objects-normal/arm64/Binary/RCTText normal arm64 (in target 'React-RCTText' from project 'Pods')

It's likely that we have to add a framework to the React-RCTText.podspec file. Could you look into it?

cipolleschi avatar Sep 17 '24 12:09 cipolleschi

Sure!

krozniata avatar Sep 17 '24 12:09 krozniata

@cipolleschi I've added missing framework, looks like everything builds correctly 🙌

krozniata avatar Sep 17 '24 13:09 krozniata

@cipolleschi is there anything that needs to be done to get this PR merged? 👀

krozniata avatar Mar 26 '25 08:03 krozniata

@krozniata nothing on your side. We need to wait for our internal partners that they migrate their apps away from iOS 13. I can check internally what's the status and let you know.

cipolleschi avatar Mar 27 '25 10:03 cipolleschi

@cipolleschi got it, thanks for update!

krozniata avatar Mar 27 '25 10:03 krozniata

This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

react-native-bot avatar Sep 24 '25 05:09 react-native-bot

not stale

krozniata avatar Oct 06 '25 07:10 krozniata