After setting 'SignIn' Capability on identifier, app never builds locally (hangs on 'Signing and building iOS app...')

Hey guys.

I am trying to set Apple Authentication flow on a ‘Managed Workflow’ project. A project using plugins to set some native (still not supported by expo, as mapbox) dependencies when running expo run:ios.

The issue is that, once we set the signIn capability on the identifier and the respective key, on apple developer account, the local build process get stuck on ‘Signing and building iOS app…’ .

We have set the "usesAppleSignIn": true, on app.json also.

Any help would be really appreciated. :pray:

Expo diagnostics:

Expo CLI 4.8.1 environment info:
    System:
      OS: macOS 11.1
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 12.16.1 - /usr/local/bin/node
      Yarn: 1.22.4 - /usr/local/bin/yarn
      npm: 7.20.0 - /usr/local/bin/npm
      Watchman: 2021.06.07.00 - /usr/local/bin/watchman
    Managers:
      CocoaPods: 1.10.1 - /usr/local/bin/pod
    SDKs:
      iOS SDK:
        Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
      Android SDK:
        API Levels: 25, 26, 27, 28, 29, 30
        Build Tools: 28.0.3, 29.0.2, 30.0.1, 30.0.2
        System Images: android-25 | Google APIs Intel x86 Atom, android-29 | Intel x86 Atom, android-S | Google APIs Intel x86 Atom_64
    IDEs:
      Android Studio: 4.0 AI-193.6911.18.40.6626763
      Xcode: 12.5/12E262 - /usr/bin/xcodebuild
    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: ~0.63.4 => 0.63.4 
      react-native-web: ~0.13.12 => 0.13.18 
    npmGlobalPackages:
      expo-cli: 4.8.1
    Expo Workflow: bare

That was related to wrong credentials.
Had to generate new ones (All managed by Expo)

Thanks

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