16.6 C
London
Friday, September 6, 2024

ios – Run React Native app on iPad simulator error


I’m making an attempt to run my react native app on my iPad simulator with the command react-native run-ios --simulator 'iPad (tenth era)'

However, I get these error logs:

Construct description signature: 7cf5c3320c25fda88e4673d59f397047
Construct description path: /Customers/kmrn/Library/Developer/Xcode/DerivedData/FLID-anxacvaysbkcouecmjqciusrrlnc/Construct/Intermediates.noindex/XCBuildData/7cf5c3320c25fda88e4673d59f397047.xcbuilddata
/Customers/kmrn/code/FLID-fusion-lineitem-display/ios/FLID.xcodeproj:1:1: error: Unable to open base configuration reference file '/Customers/kmrn/code/FLID-fusion-lineitem-display/ios/Pods/Goal Assist Information/Pods-FLID/Pods-FLID.debug.xcconfig'. (in goal 'FLID' from challenge 'FLID')
warning: Unable to learn contents of XCFileList '/Goal Assist Information/Pods-FLID/Pods-FLID-frameworks-Debug-output-files.xcfilelist' (in goal 'FLID' from challenge 'FLID')
warning: Unable to learn contents of XCFileList '/Goal Assist Information/Pods-FLID/Pods-FLID-resources-Debug-output-files.xcfilelist' (in goal 'FLID' from challenge 'FLID')
error: Unable to load contents of file record: '/Goal Assist Information/Pods-FLID/Pods-FLID-resources-Debug-input-files.xcfilelist' (in goal 'FLID' from challenge 'FLID')
error: Unable to load contents of file record: '/Goal Assist Information/Pods-FLID/Pods-FLID-resources-Debug-output-files.xcfilelist' (in goal 'FLID' from challenge 'FLID')
error: Unable to load contents of file record: '/Goal Assist Information/Pods-FLID/Pods-FLID-frameworks-Debug-input-files.xcfilelist' (in goal 'FLID' from challenge 'FLID')
warning: Run script construct section 'Bundle React Native code and pictures' shall 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 'FLID' from challenge 'FLID')
error: Unable to load contents of file record: '/Goal Assist Information/Pods-FLID/Pods-FLID-frameworks-Debug-output-files.xcfilelist' (in goal 'FLID' from challenge 'FLID')
warning: Run script construct section '[CP] Copy Pods Assets' shall 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 'FLID' from challenge 'FLID')
warning: Run script construct section '[CP] Embed Pods Frameworks' shall 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 'FLID' from challenge 'FLID')

--- xcodebuild: WARNING: Utilizing the primary of a number of matching locations:
{ platform:iOS Simulator, id:4B3D7B42-9C2E-4AE1-971F-15030CE1A0E3, OS:17.4, title:iPad (tenth era) }
{ platform:iOS Simulator, id:4B3D7B42-9C2E-4AE1-971F-15030CE1A0E3, OS:17.4, title:iPad (tenth era) }
** BUILD FAILED **

That is taking place swiftly, how can I repair it?
The identical occurs once I run npm run iOS.

Latest news
Related news

LEAVE A REPLY

Please enter your comment!
Please enter your name here