r/Xcode

▲ 1 r/Xcode+1 crossposts

How to get rid of XCSSET malware?

Anyone has solution for this please share, it is changing the Xcode project files automatically and stealing the data and also when i remove that it is coming again and again.

reddit.com
u/No_Category_5675 — 4 days ago
▲ 0 r/Xcode

Xcode *really* shines on those 120fps displays Apple makes … *not*

Apple: Look, our displays can push 120 frames per second!

Also Apple: Look, Xcode can push 5 frames per second, easy!

u/eternalstorms — 4 days ago
▲ 0 r/Xcode+1 crossposts

XC Wizard is a product management tool that owns the products implementation.

Last time I made a post in /nocode it was greeted with optimism and interest for this project.

But 7 months later XC Wizard has made some major improvements including a FREE usage tier with your Claude Max subscription.

Their agent appears to SOLVE the backend / supabase problem with an automatic multi-region provisioning with Cloudflare.

Along with native Xcode simulations of Apple Push Notifications service (APNs), Apple Pay & In-App Purchases.

The code is yours.

One things for sure. It doesn’t get more native than this.

u/Independent-Gold-952 — 6 days ago
▲ 24 r/Xcode

Xcode 26.6 Adds Google Gemini as a Coding Assistant

Apple has released Xcode 26.6, and the update lets developers use Google's Gemini as a built in coding assistant for the first time.

The new version is available now from the App Store. With it, programmers can select Gemini to help write, test, and debug code without leaving Apple's development environment.

# Three AI assistants to choose from

Gemini becomes the third large language model that Xcode supports natively. The software already let developers pick between Anthropic's Claude and OpenAI's Codex, and Gemini now sits alongside both as a selectable option.

Each assistant runs in a panel next to the active code, so developers can ask programming questions and get suggestions inline. The goal is to keep coders inside Xcode rather than sending them to a browser or a separate app for answers.

Apple has steadily widened third party AI support across its developer tools over the past year. Adding another model continues that approach and leaves the choice of assistant up to the individual developer or team.

# Setting it up

Teams that already pay for a Gemini Enterprise plan can connect their existing account credentials directly inside Xcode. Individual developers who want to try the assistant first can add a free API key instead, which lets them test Gemini without paying for a subscription.

It is not yet clear whether Apple plans to add further models beyond the current three. The company has not commented on its longer term plans for assistant support in Xcode.

# What else is in the update

Beyond the new assistant, Xcode 26.6 carries the usual collection of bug fixes and stability improvements. Apple says the release bundles the latest version of the Swift framework along with updated SDKs for building apps across its mobile and desktop platforms.

Developers running the standard release can download the update today and configure their preferred coding assistant from within the app.

thatappleguide.com
u/Ok_Bodybuilder3444 — 8 days ago
▲ 0 r/Xcode

I'm thinking of building in public an App that makes you save AI credits/ API fees by adjusting your UI of your app by just using your iPhone instead of your AI agent or Xcode

u/Ferb_Solos — 8 days ago
▲ 8 r/Xcode

Does “Interface Builder” still exist in Xcode?

As the title says does IB still exist? Or is the interface now just built using SwiftUI (or possibly UIKit) and the code is parsed and the interface generated? I have used IB back to the NeXTstep 3.x days, WebObjects, and then on earlier versions of MacOSX. I’m not sure if I’m missing something or writing the code is just how it works now. If so, I miss the days of drag-and-drop to create the interface.

reddit.com
u/ZlangZlang — 9 days ago
▲ 1 r/Xcode

Xcode Shared Folder/Package

I'm trying to create a project in Xcode, never used Apple products until now. I'm pretty new to software development, and I've been looking at the apple docs and I still just can't figure it out lol. I'm trying to create an iOS app, with a watchOS app, as well as complications, and all that jazz. But anyways, I want a shared folder for the logic that both the iOS app and watchOS app, maybe the widgets and complication will use and I'm not sure how to do it. I think I understand the targets aspect of it, hopefully we will find out when I get farther in the project then just the SETUP!! I just want everything well organized. I've tried doing as a package, dependency, app group, and it will never build with import or anything like that. I've even read to use finder and make the base folders in there and then use Xcode to generate the boilerplate stuff. Of course the super smart Apple Intelligence is no help, which I rather not rely on since I am learning. Hopefully I explained myself well enough. Thanks for the help! First Post 

reddit.com
u/Glad-Dependent3301 — 10 days ago
▲ 6 r/Xcode+1 crossposts

I built a Mac workspace for reviewing Codex changes with Xcode-style ribbon diffs

Hi everyone,

Codex can change a codebase or a collection of documents very quickly. The part that still takes time is understanding exactly what changed across multiple files.

I'm the developer of RibbonDiff, a native Mac diff app. Its Workspace shows Git-modified files and automatically reloads them when Codex makes changes on disk. Each comparison uses a filled center ribbon, similar to Xcode, to visually connect corresponding change regions.

Codex already provides useful review tools, but critical changes still need careful human review. This is especially true when working on documents, articles, or manuscripts, where the author's intent, experience, and voice matter. AI can assist with reviewing, but it cannot replace your own judgment.

I believe that making changes visually understandable can improve both the speed and quality of human review. That is why I built RibbonDiff.

The video shows the workflow: let Codex update a project, open it as a Workspace in RibbonDiff, and review the modified files one by one. This is a small demonstration project, so the changes are intentionally simple.

RibbonDiff is not intended to replace Codex's staging, reverting, or inline feedback features. It is a separate visual review surface for people who find ribbon style diffs easier to scan and understand.

Any feedback is appreciated!

RibbonDiff: https://www.craftclay.com/ribbon-diff/

u/Fit-Initial-3986 — 13 days ago
▲ 2 r/Xcode

No more "objects" in the Library ?

Hello ! Last time I used Xcode was a year ago, and I remember having a "+" button with a lot of different example of Buttons, Splitview, and etc.. I used mostly everytime. But now when I open the library all I have are snippets, media, colours and symbols ! Did they got rid totally of the placeholders in a recent update ? I can't find info on that

Thanks you

u/Eensame — 13 days ago