Because of a wrapper on swift that I have to use I cannot directly use SPM to import packges.
I have to create*.xcodeproj for the project I am importing and I cannot use swift package generate xcodeproj anymore because it has been deprecated.
I even tried using an older version of swift to run the generate command, but it fails with all sort of errors.
Is there a way to manually do what swift package generate xcodeproj did? If so, what would it be?
5 posts - 3 participants