How can I add a demo app target to a Swift Package?
Here are the steps that worked for me on Xcode 13/14/15-beta: Create a package called MyLibrary Create a new Project App MyLibraryDemo inside the package directory Open the project’s .xcodeproj file Go to PROJECT > MyLibraryDemo > Package Dependencies and press the ‘plus’ symbol Press Add Local and select the directory containing your pacakge Go … Read more