yonaskolb / yonaskolb/XcodeGen
Generated project doesn't show live issues and compile errors in code [tvOS]
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
I'm using xcodegen both for iOS and tvOS applications. When generating iOS application everything works fine and project shows all necessary errors.
As for tvOS application generated xcode project doesn't show any auto-complete options, live issues and compiler errors.
Project.yml fragment for tvOS:
options:
minimumXcodeGenVersion: 2.4.0
deploymentTarget:
tvOS: 13.0
settings:
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym
TVOS_DEPLOYMENT_TARGET: 13.0
SWIFT_VERSION: 5.5
TARGETED_DEVICE_FAMILY: "3"
VERSIONING_SYSTEM: apple-generic
EXCLUDED_ARCHS[sdk=appletvsimulator*]: arm64
targets:
UnreelAppleTV:
type: application
platform: tvOS
Maybe i'm missing something? Thanks for any help.
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
Start by comparing the generated tvOS project from the Project.yml fragment with the working iOS project, focusing on target and platform settings. Reproduce the generated project in Xcode and verify whether autocomplete, live issues, and compiler errors appear; done means the tvOS project provides these features as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100