Any info whether we'll be getting SPM packages in ...
# multiplatform
h
Any info whether we'll be getting SPM packages in iosMain, is it worked on? I couldn't find anything regarding it's status
👀 1
f
Hi, not possible at the moment. For using an iOS framework, we need the objc header of the framework, which is generated during the compilation. We can’t generate a binary version of a package directly (as they are mainly distributed with the source). Why cocoapods working? It generates the Binary version of the framework before integrating in the app. SPM integrates directly the source of the dependencies in the app.
😓 1
this https://github.com/ttypic/swift-klib-plugin could be a solution for make easier the usage of spm (when the external deps will be added).
h
Is there a feature ticket opened for this at JetBrains?