Results 7 comments of lukhol

@mvn-cuongle-dn try this https://github.com/invertase/notifee/issues/1027

I can experience this issue with RN 0.76.9 and react-native-screens 4.4.0. Does anyone know if this is reproducible on RN 0.77+?

+1. I have the same errors on 1.7.0 version of the library when building with xcode 16. Do you have an estimated timeframe for when the issue will be resolved?

Any updates on this? Unfortunately, this issue prevents us from updating the app, which is crucial. ``` System: OS: macOS 14.6.1 CPU: (8) arm64 Apple M1 Pro Memory: 99.02 MB...

@bandit-ibayashi Minimal reproduction steps: 1. Run `npx react-native init StarIssue` to create a new React Native project. 2. In the `Podfile`, add `use_frameworks! :linkage => :static` below `config = use_native_modules!`....

Below `patch-package` sovles the issue for me ``` diff --git a/node_modules/react-native-star-io10/react-native-star-io10.podspec b/node_modules/react-native-star-io10/react-native-star-io10.podspec index 3c5142d..7a9d795 100755 --- a/node_modules/react-native-star-io10/react-native-star-io10.podspec +++ b/node_modules/react-native-star-io10/react-native-star-io10.podspec @@ -36,7 +36,7 @@ Pod::Spec.new do |s| ] s.pod_target_xcconfig = {...