Close Menu
  • Home
  • AI
  • Big Data
  • Cloud Computing
  • iOS Development
  • IoT
  • IT/ Cybersecurity
  • Tech
    • Nanotechnology
    • Green Technology
    • Apple
    • Software Development
    • Software Engineering

Subscribe to Updates

Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

    What's Hot

    Santa Claus doesn’t exist (according to AI) • Graham Cluley

    December 28, 2025

    ios – Background Assets Framework server connection problem

    December 27, 2025

    FaZe Clan’s future is uncertain after influencers depart

    December 27, 2025
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Big Tee Tech Hub
    • Home
    • AI
    • Big Data
    • Cloud Computing
    • iOS Development
    • IoT
    • IT/ Cybersecurity
    • Tech
      • Nanotechnology
      • Green Technology
      • Apple
      • Software Development
      • Software Engineering
    Big Tee Tech Hub
    Home»iOS Development»ios – XCode 16.2, RN 0.79.3 Multiple commands produce
    iOS Development

    ios – XCode 16.2, RN 0.79.3 Multiple commands produce

    big tee tech hubBy big tee tech hubJuly 31, 2025002 Mins Read
    Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email Telegram WhatsApp
    Follow Us
    Google News Flipboard
    ios – XCode 16.2, RN 0.79.3 Multiple commands produce
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    After upgrading to RN 0.79.3 i started having this failing iOS build:

    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/RCTComponentViewHelpers.h'
    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/ScrollEvent.h'
    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/ScrollViewComponentDescriptor.h'
    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/ScrollViewEventEmitter.h'
    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/ScrollViewProps.h'
    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/ScrollViewShadowNode.h'
    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/ScrollViewState.h'
    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/conversions.h'
    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/primitives.h'
    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/consistency/ScopedShadowTreeRevisionLock.h'
    error Multiple commands produce '~/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/consistency/ShadowTreeRevisionConsistencyManager.h'
    error Multiple commands produce ''
    error Multiple commands produce ''
    error Multiple commands produce ''
    error Multiple commands produce ''
    error Multiple commands produce ''
    error Multiple commands produce ''
    error Multiple commands produce ''
    error Multiple commands produce ''
    error Multiple commands produce ''
    error Multiple commands produce ''
    error Multiple commands produce ''
    node:internal/process/promises:389
          new UnhandledPromiseRejection(reason);
          ^
    
    UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Error: Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'MyApp.xcworkspace'.".
        at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
        at processPromiseRejections (node:internal/process/promises:470:17)
        at process.processTicksAndRejections (node:internal/process/task_queues:96:32) {
      code: 'ERR_UNHANDLED_REJECTION'
    }
    

    XCode says detaily for each error like:

    Target 'React-Fabric' (project 'Pods') has copy command from '/Users/radek/Desktop/work/myapp-fe/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/RCTComponentViewHelpers.h' to '/Users/radek/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/RCTComponentViewHelpers.h'
    
    Target 'React-FabricComponents' (project 'Pods') has copy command from '/Users/radek/Desktop/work/myapp-fe/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/RCTComponentViewHelpers.h' to '/Users/radek/Library/Developer/Xcode/DerivedData/MyApp-busjatodvgaqfkaofsfubqrkrqmx/Build/node_modules/react-native/ReactCommon/react/renderer/components/scrollview/RCTComponentViewHelpers.h'
    

    I found tons of threads about same error title, but always with different files or libraries.

    What i tried:

    • Remove DerivedData
    • Reinstall pods
    • Move use_frameworks! :linkage => :static above use_react_native()
    • Checked that i don’t have any duplicates in Target -> Build Phases -> Copy Bundle Resources

    I also tried to remove duplicate files in post_install like:

          if target.name == 'React-FabricComponents'
            target.headers_build_phase.files.each do |file|
              if file.display_name.include?('RCTComponentViewHelpers.h') ||
                 file.display_name.include?('ScrollView')
                file.remove_from_project
              end
            end
          end
        end
    

    Android builds, so the issue i have is only this one with iOS. Any other ideas?



    Source link

    0.79.3 commands iOS multiple produce Xcode
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    tonirufai
    big tee tech hub
    • Website

    Related Posts

    ios – Background Assets Framework server connection problem

    December 27, 2025

    ios – SwiftUI-Button: Complete VStack clickable

    December 26, 2025

    ios – ld: framework ‘Pods_MyProjectName’ not found

    December 25, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Santa Claus doesn’t exist (according to AI) • Graham Cluley

    December 28, 2025

    ios – Background Assets Framework server connection problem

    December 27, 2025

    FaZe Clan’s future is uncertain after influencers depart

    December 27, 2025

    Airbus prepares tender for European sovereign cloud

    December 27, 2025
    About Us
    About Us

    Welcome To big tee tech hub. Big tee tech hub is a Professional seo tools Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of seo tools, with a focus on dependability and tools. We’re working to turn our passion for seo tools into a booming online website. We hope you enjoy our seo tools as much as we enjoy offering them to you.

    Don't Miss!

    Santa Claus doesn’t exist (according to AI) • Graham Cluley

    December 28, 2025

    ios – Background Assets Framework server connection problem

    December 27, 2025

    Subscribe to Updates

    Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

      • About Us
      • Contact Us
      • Disclaimer
      • Privacy Policy
      • Terms and Conditions
      © 2025 bigteetechhub.All Right Reserved

      Type above and press Enter to search. Press Esc to cancel.