After migrating a project to 1.9.20 it can't impor...
# multiplatform
v
After migrating a project to 1.9.20 it can't import cocoapod dependency aka
Copy code
import cocoapods.FirebaseMessaging.FIRMessaging
Seems like I am missing something from the pods integration, but how do I know what exactly? I am very new to iOS part, please help lol
1
Copy code
pod ("FirebaseMessaging") {
    linkOnly = true
}
Seems like the issue was with the linkOnly = true, which I added before 1.9.20 to silent some warning