I am trying to create Library which I can use into my Existing XCode Project (iOS App). I am aware that Swift Package Manager now support generating Xcode project with command
swift package generate-xcodeproj
But I am not creating new project. In my existing project having Objective C & Swift Files, How can I use newly created Swift Package?
How to add Package.swift file to my current Project?