TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN:Enhance Xcode Error Support with Run Script ChatGPT Integration

2 pointsby thopkinson23 days ago

3 comments

thopkinson23 days ago
The problem this solves: The ChatGPT desktop app can&#x27;t normally &quot;see&quot; Xcode&#x27;s compiler warnings or errors when helping you debug your project.<p>The solution: 1. Put the posted run script in your Xcode target&#x27;s build phase. 2. Point an Xcode editor to the new BuildIssues.md in your project. 3. Point ChatGPT desktop to Xcode context.<p>Now you&#x27;ll be able to direct ChatGPT to support fixing the issues at will and it sees the errors&#x2F;warnings
gwbennett23 days ago
Awesome. Thanks for showing this.
chewylion21 days ago
happy to have stumbled upon this, thank u much!