As of the past 2 weeks or so, when i try to build the app locally we get the same “No such module ‘Amplitude_iOS’ “ error.
Have had a few iOS engineers look at the error, have already deleted the podfile lock, reinstalling pods, moving to a new directory, uninstalling and reinstalling amplitude again, and more (Basically every proposed solution from the internet and GPT-4)
import Foundation<br />import Firebase<br />import GoogleSignIn<br />import SwiftUI<br />import Amplitude_iOS<br /><br />enum SignInState {<br /> case signedIn<br /> case signedOut<br />}