XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Reference Local SPM Targets from XcodeGen

Open nevillco opened this issue 4 years ago • 0 comments

My question is basically #1050, but about regular targets rather than test targets. I have:

  • MyProject.xcodeproj, which is generated by XcodeGen
    • MyApp app target, which depends on MyPackageTarget
    • MyPackage local SPM package
      • MyPackageTarget target
      • MyPackageTests test target

The above issue #1050, as I understand it, has a PR #1074 that will allow me to add a MyPackageTests test target to MyProject.xcodeproj. I am wondering if there is already a way to have a scheme to build MyPackageTarget as well that I'm missing.

nevillco avatar Dec 27 '21 18:12 nevillco