Hello, My shared library depends on some cocoapo...
# multiplatform
y
Hello, My shared library depends on some cocoapods, When trying to build the iOS app from android studio it works fine but when i do it from xcode15 it gives me unresolved reference cocoapods
m
It is possible that You are opening the .xcproject file. Try to open .xcworkspace file thah that is generated by the cocoapods plugin
y
@Mikolaj that wasnt the issue turns out its a known issue and i should use the multiplatform plugin 1.9.23 i using 1.9.10
m
Glad to hear that You have found the solution 🙌