❌ Error with EXPO RUN:IOS

When i run expo run:ios i’m getting this error:

❌  (node_modules/expo-updates/ios/EXUpdates/ReactDelegateHandler/ExpoUpdatesAppDelegateSubscriber.swift:9:7)

   7 |   public func application(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
   8 |     if EXAppDefines.APP_DEBUG {
>  9 |       EXUpdatesControllerRegistry.sharedInstance().controller = EXUpdatesDevLauncherController.sharedInstance()
     |       ^ cannot find 'EXUpdatesControllerRegistry' in scope
  10 |     }
  11 |     return true
  12 |   }


› 1 error(s), and 0 warning(s)

Failed to build iOS project. "xcodebuild" exited with error code 65.

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