6.1 C
London
Thursday, March 7, 2024

React Native Construct Errors on IOS


I am writing an app for cellular gadgets, telephones, tablets and many others. But after experiencing some points on an Ipad emulator, I researched a couple of fixes and got here throughout a put up the place it mentioned to open Xcode, navigate to the Construct Settings Tab after which seek for the Focused System Household and alter to Ipad and Iphone. After doing so I’m now caught with a construct error when working npx react-native run-ios that is the construct error I am getting

warning: Run script construct part 'Bundle React Native code and pictures' might 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 "Primarily based on dependency evaluation" within the script part. (in goal 'kidgaurd' from mission 'kidgaurd')

```--- xcodebuild: WARNING: Utilizing the primary of a number of matching locations:
{ platform:iOS Simulator, id:DB863F04-108E-45FB-833D-D7629FE56E1D, OS:17.2, identify:iPhone 15 Plus }
{ platform:iOS Simulator, id:DB863F04-108E-45FB-833D-D7629FE56E1D, OS:17.2, identify:iPhone 15 Plus }
** BUILD FAILED **


The next construct instructions failed:
        PhaseScriptExecution [CP-User] Generate Specs /Customers/owenburns/Library/Developer/Xcode/DerivedData/kidgaurd-bsywdasyedsejugskbcxbafwrlij/Construct/Intermediates.noindex/Pods.construct/Debug-iphonesimulator/React-rncore.construct/Script-46EB2E00023610.sh (in goal 'React-rncore' from mission 'Pods')
        PhaseScriptExecution [CP] Copy XCFrameworks /Customers/owenburns/Library/Developer/Xcode/DerivedData/kidgaurd-bsywdasyedsejugskbcxbafwrlij/Construct/Intermediates.noindex/Pods.construct/Debug-iphonesimulator/OpenSSL-Common.construct/Script-46EB2E00023600.sh (in goal 'OpenSSL-Common' from mission 'Pods')
        PhaseScriptExecution [CP] Copy XCFrameworks /Customers/owenburns/Library/Developer/Xcode/DerivedData/kidgaurd-bsywdasyedsejugskbcxbafwrlij/Construct/Intermediates.noindex/Pods.construct/Debug-iphonesimulator/Flipper-Glog.construct/Script-46EB2E000235F0.sh (in goal 'Flipper-Glog' from mission 'Pods')
        PhaseScriptExecution [CP] Copy XCFrameworks /Customers/owenburns/Library/Developer/Xcode/DerivedData/kidgaurd-bsywdasyedsejugskbcxbafwrlij/Construct/Intermediates.noindex/Pods.construct/Debug-iphonesimulator/Flipper-DoubleConversion.construct/Script-46EB2E000235E0.sh (in goal 'Flipper-DoubleConversion' from mission 'Pods')
(4 failures)```

1. Tried cleansing the construct folder by going to Product -> Clear Construct Folder. Afterwards going to my mission listing, deleting the Podfile.lock file in addition to the Pods folder. Did a ```pod set up``` afterwards and tried to re-run the app. This try Failed.
2. Tried altering the setting ```Focused System Households``` again to it is authentic Iphone choice. This try additionally failed.

Latest news
Related news

LEAVE A REPLY

Please enter your comment!
Please enter your name here