Could not build Objective- C module’Firebase’
This error appeared in the import of my file swift into Firebase.
>Exit Xcode.>Delete the project temporary files located in ~/Library/Developer/Xcode/DerivedData>Delete ProjectName.xcworkspace>Delete the Podfile.lock file and Pods folder>Run pod installation.>Open the newly created ProjectName.xcworkspace file and build it.
When I compile the application During the program, I get an error equal to this:
Could not build Objective-C module’Firebase’
This error appeared in the import of my file swift in Firebase.
There is only one way to solve this problem.
>Exit Xcode.>Delete project temporary files located at ~/Library/Developer/Xcode/DerivedData>Delete ProjectName.xcworkspace>Delete Podfile.lock file and Pods folder>Run pod installation.>Open the newly created ProjectName.xcworkspace file And build it.