I’ve cloned a repo from github and I’m attempting to run it utilizing Visible Studio Code. I used to be in a position to run it on android, however whereas attempting to run it on ios with npx react-native run-ios command I get the next error
error Did not construct iOS undertaking. 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 NuSocial.xcworkspace.
Command line invocation:
/Purposes/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace NuSocial.xcworkspace -configuration Debug -scheme NuSocial -destination id=B405F422-198F-452F-A774-05044D5780CB
Person defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Put together packages
Computing goal dependency graph and provisioning inputs
Under is full error
r: unable to open configuration settings file
be aware: Constructing targets in dependency order
error: Unable to load contents of file listing: '/Goal Help Information/Pods-NuSocial/Pods-NuSocial-frameworks-Debug-input-files.xcfilelist' (in goal 'NuSocial' from undertaking 'NuSocial')
error: Unable to load contents of file listing: '/Goal Help Information/Pods-NuSocial/Pods-NuSocial-frameworks-Debug-output-files.xcfilelist' (in goal 'NuSocial' from undertaking 'NuSocial')
error: Unable to load contents of file listing: '/Goal Help Information/Pods-NuSocial/Pods-NuSocial-resources-Debug-input-files.xcfilelist' (in goal 'NuSocial' from undertaking 'NuSocial')
error: Unable to load contents of file listing: '/Goal Help Information/Pods-NuSocial/Pods-NuSocial-resources-Debug-output-files.xcfilelist' (in goal 'NuSocial' from undertaking 'NuSocial')
warning: Run script construct part 'Bundle React Native code and pictures' will probably be run throughout each construct as a result of it doesn't specify any outputs. To deal with this warning, both add output dependencies to the script part, or configure it to run in each construct by unchecking "Based mostly on dependency evaluation" within the script part. (in goal 'NuSocial' from undertaking 'NuSocial')
warning: Run script construct part 'Begin Packager' will probably be run throughout each construct as a result of it doesn't specify any outputs. To deal with this warning, both add output dependencies to the script part, or configure it to run in each construct by unchecking "Based mostly on dependency evaluation" within the script part. (in goal 'NuSocial' from undertaking 'NuSocial')
warning: Run script construct part 'Add Debug Symbols to Sentry' will probably be run throughout each construct as a result of it doesn't specify any outputs. To deal with this warning, both add output dependencies to the script part, or configure it to run in each construct by unchecking "Based mostly on dependency evaluation" within the script part. (in goal 'NuSocial' from undertaking 'NuSocial')
warning: Run script construct part '[CP-User] [RNFB] Core Configuration' will probably be run throughout each construct as a result of it doesn't specify any outputs. To deal with this warning, both add output dependencies to the script part, or configure it to run in each construct by unchecking "Based mostly on dependency evaluation" within the script part. (in goal 'NuSocial' from undertaking 'NuSocial')
warning: Run script construct part '[CP] Copy Pods Sources' will probably be run throughout each construct as a result of it doesn't specify any outputs. To deal with this warning, both add output dependencies to the script part, or configure it to run in each construct by unchecking "Based mostly on dependency evaluation" within the script part. (in goal 'NuSocial' from undertaking 'NuSocial')
warning: Run script construct part '[CP] Embed Pods Frameworks' will probably be run throughout each construct as a result of it doesn't specify any outputs. To deal with this warning, both add output dependencies to the script part, or configure it to run in each construct by unchecking "Based mostly on dependency evaluation" within the script part. (in goal 'NuSocial' from undertaking 'NuSocial')
warning: Unable to learn contents of XCFileList '/Goal Help Information/Pods-NuSocial/Pods-NuSocial-frameworks-Debug-output-files.xcfilelist' (in goal 'NuSocial' from undertaking 'NuSocial')
warning: Unable to learn contents of XCFileList '/Goal Help Information/Pods-NuSocial/Pods-NuSocial-resources-Debug-output-files.xcfilelist' (in goal 'NuSocial' from undertaking 'NuSocial')
** BUILD FAILED **