skip to Main Content

I’m encountering some issues in Xcode 15.3 while using the latest React Native version 0.73.6 when running the app from Xcode.

Failed to verify module interface of ‘FirebaseCoreInternal’ due to the errors above; the textual interface may be broken by project issues or a compiler bug.

Underlying Objective-C module ‘FirebaseCoreInternal’

not found. No such module ‘GoogleUtilities’.

I’ve attempted the following solution:

  1. Quit Xcode.
  2. Delete the project’s temporary files located at ~/Library/Developer/Xcode/DerivedData.
  3. Delete ProjectName.xcworkspace.
  4. Delete Podfile.lock file and Pods folder.
  5. Run pod install.
  6. Open the newly created ProjectName.xcworkspace file and build.

However, I’ve had no luck so far. Has anyone else encountered similar issues and managed to solve them? Any help would be appreciated.

2

Answers


  1. We are also facing same issue while upgrading react native 0.73.6.

    Login or Signup to reply.
  2. Hi i am also facing the above same issue while upgrading the react native version 73.6(latest) in IOS.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search