EAS Cloud Build iOS fastlane error

  • Using managed workflow
  • Running eas-cli version 5.6.0
  • Running expo version 47

Im running a eas build -p ios and resulting on this

❌  error: File /Users/expo/Library/Developer/Xcode/DerivedData/Gills-hkisuqvjlocwsdetwbwnguxtwerh/Build/Intermediates.noindex/ArchiveIntermediates/Gills/BuildProductsPath/Release-iphoneos/Gills.app/main.jsbundle does not exist. This must be a bug with React Native, please report it here: https://github.com/facebook/react-native/issues

1095

    Run script build phase '[CP-User] Generate app.config for prebuilt Constants.manifest' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'EXConstants' from project 'Pods')

1096

▸ ** ARCHIVE FAILED **

1097

▸ The following build commands failed:

1098

▸ 	PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/expo/Library/Developer/Xcode/DerivedData/Gills-hkisuqvjlocwsdetwbwnguxtwerh/Build/Intermediates.noindex/ArchiveIntermediates/Gills/IntermediateBuildFilesPath/Gills.build/Release-iphoneos/Gills.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'Gills' from project 'Gills')

1099

▸ (1 failure)

1100

** ARCHIVE FAILED **

Weird thing is i did a buiild 2 days ago and its working fine. Today i add some text on a screen then try to build it, and its coming up with this error