creating iOS build on windows using EAS

  Expo CLI 4.5.2 environment info:
    System:
      OS: Windows 10 10.0.19042
    Binaries:
      Node: 14.15.0 - C:\Program Files\nodejs\node.EXE
      npm: 6.14.8 - C:\Program Files\nodejs\npm.CMD
    npmPackages:
      expo: ~41.0.1 => 41.0.1
      react: 16.13.1 => 16.13.1
      react-dom: 16.13.1 => 16.13.1
      react-native: https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz => 0.63.2
      react-native-web: ~0.13.12 => 0.13.18
    Expo Workflow: managed

Hello,

I am trying to use this documentation Internal distribution - Expo Documentation using EAS (bought the pro subscription) and when running the ios build, I have the following errors.

PS F:\app> eas build --platform ios --profile preview
√ Linked to project @joomdev/food-lovers

We've found multiple schemes in your Xcode project:
You can specify the scheme you want to build at builds.ios.preview.scheme in eas.json.
PS F:\app>

Anything I can do to fix this?

do you intentionally have an ios directory in your project? it looks like it is reading a local ios project and identified multiple schemes.

Yes,

I created the ios directly manually just to get through the first error I had but deleting that solved the issue.

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