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.
John O'Reilly
01/02/2024, 10:51 PM
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
Mofe Ejegi
01/04/2024, 2:35 PM
Strange... I thought that's added automatically when you add the swift package. I just checked mine and saw it's already there.