yonaskolb / yonaskolb/XcodeGen

Development pod test targets in scheme

Open
#1,164 6 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Swift
Stars
8.8k
Forks
908
Avg merge
17d 14h
Merged PRs (30d)
2

Description

I use development pods in a project and these local pods each have their own test targets. In the main app I have a scheme called UnitTests that aggregates all of these pod test targets and runs them together. Since pod install can only be run after the xcodeproj is generated, is something like this possible with xcodegen?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading how XcodeGen generates schemes in the xcodeproj, then examine how a UnitTests scheme could include test targets from development pods after pod install. Compare the generated project before and after pod install. Done means a documented XcodeGen configuration can aggregate those pod test targets reliably.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
build-system
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.