Hello
first, i want to thank you for your amazing work, i’m a big fan of your projects and truly appreciate the value you bring to the RN ecosystem
after the recent releases of nitro-modules, nitro-image, and nitro-web-image, i encountered an issue building IOS. specifically when using use_frameworks! :linkage => :static in the Podfile which is required when using react-native-firebase, the build fails with the following error: <unknown>:0: error: could not build Objective-C module 'NitroWebImage'
Versions
"react-native": "0.84.1",
"react-native-nitro-image": "0.13.1",
"react-native-nitro-modules": "0.35.3",
"react-native-nitro-web-image": "0.13.1"
Xcode 26.4
To Reproduce
- add
use_frameworks! :linkage => :static to Podfile
- pod install
- build ios
Minimal repro in case needed
Hope this helps, and thanks in advance
Hello
first, i want to thank you for your amazing work, i’m a big fan of your projects and truly appreciate the value you bring to the RN ecosystem
after the recent releases of
nitro-modules,nitro-image, andnitro-web-image, i encountered an issue building IOS. specifically when usinguse_frameworks! :linkage => :staticin the Podfile which is required when usingreact-native-firebase, the build fails with the following error:<unknown>:0: error: could not build Objective-C module 'NitroWebImage'Versions
Xcode 26.4
To Reproduce
use_frameworks! :linkage => :staticto PodfileMinimal repro in case needed
Hope this helps, and thanks in advance