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
import Firebase
import GoogleSignIn
import SwiftUI
import Amplitude_iOS
enum SignInState {
case signedIn
case signedOut
}