Mats-Hjalmar
08/14/2024, 6:20 PMpod("MSAL") {
version = "1.4.2"
extraOpts += listOf("-compiler-option", "-fmodules")
}
pod("MSAL/native-auth") {
version = "1.4.2"
extraOpts += listOf("-compiler-option", "-fmodules")
}
When i run the project from Xcode it gives me an error about trying to copy build files from PromiseObjC and nanopb after being generated by gradle cocoapod plugin as dependencies of MSAL. When i checked the build folder, the folders were present but not the search path that was requested.
To add context: I am also using firebase and they seem to have similar dependencies which might be causing issues.Mats-Hjalmar
08/14/2024, 8:07 PM