yonaskolb / yonaskolb/XcodeGen
simulateLocation for .xcodeproj vs .xcworkspace
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
Using Xcode 12.
defaultLocation requires an additional ../ when opening .xcodeproj directly. However, when opening a .xcworkspace generated by cocoapods, the default location works as expected
Steps to reproduce:
- Add
Location.gpxto project - Add path to
fileGroups - Specify path in
defaultLocationofsimulateLocation - Run
xcodegenand open.xcodeproj - Observe that the scheme has no default location
- Run
pod installand open.xcworkspace - Observe that the scheme has the expected default location
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with XcodeGen using the listed Location.gpx, fileGroups, and simulateLocation/defaultLocation steps, first opening the generated .xcodeproj and then the CocoaPods-generated .xcworkspace. Compare the generated scheme location settings to determine where the relative path differs; done means the default location behaves consistently in both project forms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100