Just wanted to highlight a situation I've uncovere...
# ios
d
Just wanted to highlight a situation I've uncovered that's impacting Kotlin/iOS with Cocoapods usage, with latest Xcode: • First, there was a major Xcode 12 compatibility bug fixed in Cocoapods
1.9.3
->
1.10.0
• All good, but
cocoapods-generate
also has a bug with identifying Cocoapods version number which prevents it from working with Cococapods
1.10.0
😱 • This bug was fixed but has not been released yet (the last
cococapods-generate
release was back in April) If you're at all interested in using Cocoapods with Kotlin/iOS I would recommend commenting on this PR and this issue.
Symptom: when using the latest Cocoapods and Xcode, Android Studio will currently fail to Gradle Sync the project due to
podGenIos
stage failing on
cocoapods-generate
Created a new issue against
cocoapods-generate
for visibility: https://github.com/square/cocoapods-generate/issues/83