EXDevMenuDelegateProtocol.h not found

Please provide the following:

  1. SDK Version: 37
  2. Platforms(Android/iOS/web/all): iOS

While upgrading to Expo 37 and building the iOS project, I get this error
EXDevMenuDelegateProtocol.h not found in EXKernel.h.

The file is not found in node_modules folder. How do I resolve it?

sorry is this an expokit project or what?

1 Like

Yes it is an expokit project. I used the wrong tag.

pod 'ExpoKit',
    :git => "http://github.com/expo/expo.git",
    :tag => "ios/2.15.1",
    :subspecs => [
      "Core"
    ],
    :inhibit_warnings => true

By using 2.15.1 instead of 2.15.4, it went away.

2 Likes

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