https://kotlinlang.org logo
Title
d

Derek Ellis

06/12/2020, 12:36 AM
Does the cocoapods plugin support pods with dashes in their name? e.g. Mapbox-iOS-SDK I get this error when I try to build from XCode:
> Task :shared:cinteropMapbox-iOS-SDKIos
Exception in thread "main" java.lang.Error: /var/folders/9c/t4r21hhn7y5fflv2v71n4zmr0000gn/T/tmp5889693057335845972.m:1:15: error: expected ';' after module name
a

Artyom Degtyarev [JB]

06/12/2020, 3:06 PM
Hello! I’ve just found another report, seems to be an existing problem. See this related GH issue: https://github.com/JetBrains/kotlin-native/issues/2884.
👍 1