[ad_1]
I am adding local swift package manager into my Xcode file (using swift and swiftUI). Mine is https://github.com/AppPear/ChartView .
Just adding it isn’t problematic, but is also not able to import this frame in any swift file since I haven’t set the framework of it.
Once I add framework in Frameworks, Libraries, and Embedded Content
, Xcode could no longer build this project successfully.
It is a dilemma and I really don’t know what to do since remote Github SPM is not available for my Internet situation.
Thanks.
[ad_2]