https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
v

Vlad

11/08/2023, 11:30 AM
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
2 Views