Sunday, October 15, 2023
HomeiOS Developmentandroid - error: Unable to load contents of file listing: '/Goal Help...

android – error: Unable to load contents of file listing: ‘/Goal Help Information. npx react-native run-ios


I’ve upgraded mac to macOS Ventura V13

XCode Model 14.0.1

Till as we speak the whole lot labored completely on my mac for React Native, it had been days since I began something new

Right now I wished to begin a brand new venture and I bought some errors.

It has been a number of days searching for an answer to this downside and naturally I am not giving up, however I believe attempting issues randomly will solely mess up my configuration much more

Are you able to assist me with this ?

Wouldn’t it be smart to take away all my React Native Improvement setup and surroundings and begin over?

I’ve began like this:

npx react-native init MyProject

And I’ve obtained this within the terminal:

   ✔ Downloading template
    ✔ Copying template
    ✔ Processing template
    ✖ Putting in Bundler
    error Your Ruby model is 2.6.10, however your Gemfile specified 2.7.5
    
    ✖ Putting in Bundler
    error Error: Seems to be like your iOS surroundings will not be correctly set. 
Please go to https://reactnative.dev/docs/subsequent/environment-setup and observe the React Native CLI QuickStart information for macOS and iOS.

When I’ve run “npx react-native run-ios” I obtain the next error that forestalls my Software from being compiled:

information Discovered Xcode venture "MyAwesomeM1.xcodeproj"
information Constructing (utilizing "xcodebuild -project MyAwesomeM1.xcodeproj -configuration Debug -scheme MyAwesomeM1 -destination id=")
error Didn't construct iOS venture. We ran "xcodebuild" command but it surely exited with error code 65. To debug construct logs additional, take into account constructing your app with Xcode.app, by opening MyAwesomeM1.xcodeproj.
Command line invocation:
    /Purposes/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project MyAwesomeM1.xcodeproj -configuration Debug -scheme MyAwesomeM1 -destination id=39519BD6-BF77-4086-B896-646C9FAD2237

Person defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Put together packages

Computing goal dependency graph and provisioning inputs

Create construct description
Construct description signature: 
Construct description path: /Customers/miguelito/Library/Developer/Xcode/DerivedData/MyAwesomeM1-cwtqpqolrtesoxdzxrobotfpeptc/Construct/Intermediates.noindex/XCBuildData/ca50488282d13a3e2ccad0b05c9c8440-desc.xcbuild

be aware: Constructing targets in dependency order
/Customers/miguelito/MyAwesomeM1/ios/Pods/Goal Help Information/Pods-MyAwesomeM1/Pods-MyAwesomeM1.debug.xcconfig:1:1: error: unable to open configuration settings file
/Customers/miguelito/MyAwesomeM1/ios/Pods/Goal Help Information/Pods-MyAwesomeM1/Pods-MyAwesomeM1.debug.xcconfig:1:1: error: unable to open configuration settings file
/Customers/miguelito/MyAwesomeM1/ios/Pods/Goal Help Information/Pods-MyAwesomeM1/Pods-MyAwesomeM1.debug.xcconfig:1:1: error: unable to open configuration settings file
/Customers/miguelito/MyAwesomeM1/ios/Pods/Goal Help Information/Pods-MyAwesomeM1/Pods-MyAwesomeM1.debug.xcconfig:1:1: error: unable to open configuration settings file
warning: Unable to learn contents of XCFileList '/Goal Help Information/Pods-MyAwesomeM1/Pods-MyAwesomeM1-resources-Debug-output-files.xcfilelist' (in goal 'MyAwesomeM1' from venture 'MyAwesomeM1')
warning: Unable to learn contents of XCFileList '/Goal Help Information/Pods-MyAwesomeM1/Pods-MyAwesomeM1-frameworks-Debug-output-files.xcfilelist' (in goal 'MyAwesomeM1' from venture 'MyAwesomeM1')
error: Unable to load contents of file listing: '/Goal Help Information/Pods-MyAwesomeM1/Pods-MyAwesomeM1-resources-Debug-input-files.xcfilelist' (in goal 'MyAwesomeM1' from venture 'MyAwesomeM1')
error: Unable to load contents of file listing: '/Goal Help Information/Pods-MyAwesomeM1/Pods-MyAwesomeM1-resources-Debug-output-files.xcfilelist' (in goal 'MyAwesomeM1' from venture 'MyAwesomeM1')
error: Unable to load contents of file listing: '/Goal Help Information/Pods-MyAwesomeM1/Pods-MyAwesomeM1-frameworks-Debug-input-files.xcfilelist' (in goal 'MyAwesomeM1' from venture 'MyAwesomeM1')
warning: Run script construct section '[CP] Copy Pods Assets' will probably be run throughout each construct as a result of it doesn't specify any outputs. To handle this warning, both add output dependencies to the script section, or configure it to run in each construct by unchecking "Primarily based on dependency evaluation" within the script section. (in goal 'MyAwesomeM1' from venture 'MyAwesomeM1')
error: Unable to load contents of file listing: '/Goal Help Information/Pods-MyAwesomeM1/Pods-MyAwesomeM1-frameworks-Debug-output-files.xcfilelist' (in goal 'MyAwesomeM1' from venture 'MyAwesomeM1')
warning: Run script construct section 'Bundle React Native code and pictures' will probably be run throughout each construct as a result of it doesn't specify any outputs. To handle this warning, both add output dependencies to the script section, or configure it to run in each construct by unchecking "Primarily based on dependency evaluation" within the script section. (in goal 'MyAwesomeM1' from venture 'MyAwesomeM1')
warning: Run script construct section 'Begin Packager' will probably be run throughout each construct as a result of it doesn't specify any outputs. To handle this warning, both add output dependencies to the script section, or configure it to run in each construct by unchecking "Primarily based on dependency evaluation" within the script section. (in goal 'MyAwesomeM1' from venture 'MyAwesomeM1')
warning: Run script construct section '[CP] Embed Pods Frameworks' will probably be run throughout each construct as a result of it doesn't specify any outputs. To handle this warning, both add output dependencies to the script section, or configure it to run in each construct by unchecking "Primarily based on dependency evaluation" within the script section. (in goal 'MyAwesomeM1' from venture 'MyAwesomeM1')
** BUILD FAILED **
information Run CLI with --verbose flag for extra particulars.

I’ve tried to run the applying in XCode, however I additionally get errors:

  • Unable to load contents of file listing: ‘/Goal Help Information/Pods-MiguelFhasion/Pods-MiguelFhasion-frameworks-Debug-input-files.xcfilelist’

  • Unable to load contents of file listing: ‘/Goal Help Information/Pods-MiguelFhasion/Pods-MiguelFhasion-frameworks-Debug-output-files.xcfilelist’

Run script construct section ‘Bundle React Native code and pictures’ will probably be
run throughout each construct as a result of it doesn’t specify any outputs. To
handle this warning, both add output dependencies to the script
section, or configure it to run in each construct by unchecking “Primarily based on
dependency evaluation” within the script section.

When I attempt to run the venture for Android ( npx react-native run-android), it does not work both, I get a number of errors, however once I run the venture in Android Studio, the whole lot works

I’ve googled, Boards, Stack for options and located stuff, made modifications to my React Native set up, set up Node once more, Brew once more, made a number of modifications and now nothing works.



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments