EAS build fails (iOS), monorepo (SDK 43 beta)

I used this branch to set everything up GitHub - byCedric/eas-monorepo-example at sdk-43-beta

Expo CLI 4.12.1 environment info:
    System:
      OS: macOS 11.4
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 14.17.5 - /usr/local/bin/node
      Yarn: 1.22.4 - /usr/local/bin/yarn
      npm: 6.14.14 - /usr/local/bin/npm
    Managers:
      CocoaPods: 1.11.2 - /usr/local/bin/pod
    SDKs:
      iOS SDK:
        Platforms: iOS 15.0, DriverKit 20.4, macOS 11.3, tvOS 15.0, watchOS 8.0
      Android SDK:
        API Levels: 30
        Build Tools: 29.0.2, 30.0.3, 31.0.0
        System Images: android-30 | Google APIs Intel x86 Atom, android-30 | Google Play Intel x86 Atom, android-31 | Google APIs Intel x86 Atom_64
    IDEs:
      Xcode: 13.0/13A233 - /usr/bin/xcodebuild
    npmPackages:
      expo: 43.0.0-beta.3 => 43.0.0-beta.3
      react-native: 0.64.2 => 0.64.2
    npmGlobalPackages:
      expo-cli: 4.4.4
    Expo Workflow: managed

Image for creating a build : macos-big-sur-11.4-xcode-13.0

› Preparing MyApp » Info.plist
› Executing MyApp » Bundle React Native code and images

❌  error: Entry file index.js does not exist. If you use another file as your entry point, pass ENTRY_FILE=myindex.js

› Generating debug MyApp » staging.app.dSYM
▸ ** ARCHIVE FAILED **
▸ The following build commands failed:
▸ 	PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/expo/Library/Developer/Xcode/DerivedData/MyApp-hjzsnjklvdoqseaafztxbshiwfvi/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/IntermediateBuildFilesPath/MyApp.build/Release-iphoneos/MyApp.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'MyApp' from project 'MyApp')
▸ (1 failure)
** ARCHIVE FAILED **
The following build commands failed:
	PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/expo/Library/Developer/Xcode/DerivedData/MyApp-hjzsnjklvdoqseaafztxbshiwfvi/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/IntermediateBuildFilesPath/MyApp.build/Release-iphoneos/MyApp.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'MyApp' from project 'MyApp')
(1 failure)
Exit status: 65

hi! thanks for pointing this out. this should be fixed in production now thanks to this commit

Thank you!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.