Has anyone else had issues adding Swift Packages t...
# multiplatform
j
Has anyone else had issues adding Swift Packages to Xcode projects created by https://kmp.jetbrains.com/. Addded KMMViewModel but getting "Missing Required Module" when I try to import it. Also not seeing ""Frameworks, Libraries and Embedded Content" section for some reason. If I create new project I don't see the issue.
ok, issue seems to have been that this build phase was missing.....if I added and then added packages then everything worked ok
👍 1
m
Strange... I thought that's added automatically when you add the swift package. I just checked mine and saw it's already there.