Skip to content

IOS build fail when using use_frameworks! #112

@HamoBoker

Description

@HamoBoker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions