Does kotlin-native (iOS) has problems with dashes ...
# kotlin-native
j
Does kotlin-native (iOS) has problems with dashes in pod dependencies? e.g.
Copy code
cocoapods { ... pod("SignalR-ObjC") }
fails with
Copy code
> Task :redacted:cinteropSignalR-ObjCIosX64 FAILED

Exception in thread "main" java.lang.Error: /var/folders/5w/vjnd8mf17jlclpg31lfzlk0h0000gn/T/tmp3333782877975402348.m:1:9: fatal error: module 'SignalR' not found
a
j
thanks! I'll be improving my google skills