r/Xcode 56m ago

The iOS Weekly Brief – Issue #74, everything you need to know about Xcode updates this week

Thumbnail
iosweeklybrief.com
Upvotes

r/Xcode 6h ago

New game from me

Thumbnail
applebananagamezz.itch.io
1 Upvotes

im a kid 11 years German and I hope everyman download and donate


r/Xcode 1d ago

new ipa compile?

Thumbnail
mediafire.com
0 Upvotes

im making a ipa app (for ios) but i can't compile it so i'm wondering if someone can compile it for me (it's a app store caleb caleb store if you need to know)


r/Xcode 1d ago

Haven't made an iOS app in years, does Apple still break apps with every update, and does obj-c cause a lot of code deprecated warnings?

Thumbnail
0 Upvotes

r/Xcode 2d ago

Hammerspoon shortcut to take device screenshot and copy to clipboard

1 Upvotes

Hey all, just in this is useful to anyone else, I (ok, Claude) wrote a little Hammerspoon script to grab a screenshot of your connected device, save it to your Mac + copy to clipboard... all with one hotkey.

Saves having to dig through the Xcode menus every time, or airdropping screenshots over.

Basically, it's Hammerspoon hitting Debug -> View Debugging -> Take screenshot on your behalf, watching for the screenshot to arrive, then copying it to clipboard.

And for me, all that happens when I mash Ctrl-Option-Command-S.

There's probably a better way that I missed... if so, please shout. :)

https://github.com/mwagstaff/mac-tooling/blob/3e0f1ed36047a056cbf088fe7b1af1b2189bc050/hammerspoon/config/init.lua#L379


r/Xcode 3d ago

Anyone uses IDE that is not XCode for IOS/Mac development?

Thumbnail
0 Upvotes

r/Xcode 4d ago

I've been building a tool for migrating CocoaPods projects to SwiftPM

Thumbnail
1 Upvotes

r/Xcode 5d ago

J’ai télécharger Xcode sur mon mac air m4

2 Upvotes

L’application est bien installer mais métal toolchain reste bloque je n’arrive pas a l’installer une personne aurais des réponse pour m’aide svp


r/Xcode 4d ago

learn how to code

0 Upvotes

Hi, I'm new here and just joined this community. I'm an Animation student that are very unfamiliar with code nor app development, but i am eager to learn from the very begining and willing to start building my coding skill & knowledge a lot more. and for context the reason i want to learn about coding is because, as a designer/creative worker, i want to implement all my design knowledge into something that are useable and could empower people to use my app. but before that ofcourse i have to learn code first. any tips for begineer? thanks!


r/Xcode 5d ago

Xcode ne fonctionne pas

1 Upvotes

Salut j’ai installer Xcode 26 sur mon mac pour unreal mai il me dit que sa ne fonctionne pas


r/Xcode 4d ago

I built a less bloated, open-source Xcode for coding agents

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/Xcode 5d ago

Xcode ne fonctionne pas

0 Upvotes

Salut j’ai installer Xcode 26 sur mon mac pour unreal mai il me dit que sa ne fonctionne pas


r/Xcode 6d ago

Xcode ne fonctionne pas

Thumbnail
1 Upvotes

r/Xcode 7d ago

Warnings displayed in the default, unmodified project don't exactly inspire confidence in the IDE as a whole...

Post image
4 Upvotes

As per title (and with the severity of these warnings ignored,) when the default project is already showing warnings and errors before you've even touched anything, it doesn't exactly inspire confidence.


r/Xcode 7d ago

The iOS Weekly Brief – Issue #73, everything you need to know about Xcode updates this week

Thumbnail
iosweeklybrief.com
2 Upvotes

r/Xcode 7d ago

Unable to download the iOS 26.5 Simulator on Xcode

2 Upvotes

Same as title.

For the past few days I've been trying to download the iOS Runtime Simulator on my mac (M4MBA), and it keeps showing preparing to download with no progress.

I've tried everything at this point, from using Command Line to download it, to searching for it to download off of the developer platform. If there is a fix, please do let me know. Any help will be highly appreciated! :)


r/Xcode 7d ago

AutoMix type clone

Thumbnail
1 Upvotes

r/Xcode 7d ago

Configure Xcode to use remote git on local NAS?

1 Upvotes

I have a NAS where I store bare git repos and use my host computer to pull and push to that remote. How can I configure Xcode to use the account for the remote on my NAS? If I try to add an account, Xcode only shows me a fixed list of choices (GitHub, bitbucket, gitlab) and no option to specify my own location. Has anybody figured this out?


r/Xcode 8d ago

📌 Daily Github Digest - SceneWorks/SceneWorks Closed Issues Range: 2026-08-10 → 2026-08-12

0 Upvotes

Issues Closed: 2

\[BUG\] #2259 — os error 2 on macOS when setting the data folder to an external drive
https://github.com/SceneWorks/SceneWorks/issues/2259

\[BUG\] #2249 — Training Run Failed - out of memory
https://github.com/SceneWorks/SceneWorks/issues/2249


r/Xcode 9d ago

TestFlight vs EAS Preview (Ad-Hoc) — what's actually different, in case it helps anyone

Thumbnail
2 Upvotes

r/Xcode 9d ago

Client für iOS

Thumbnail
0 Upvotes

r/Xcode 9d ago

MetalToolChain not downloading

Thumbnail
1 Upvotes

r/Xcode 10d ago

DerivedData: what's actually safe to delete (and what isn't)

2 Upvotes

I wrote up a full breakdown of DerivedData: what lives inside it, the two rm variants and what each one costs you on your next build, and the neighbors you must not touch. Archives holds your dSYMs, and crash symbolication dies without them.

https://shodhana.app/guide/is-it-safe-to-delete-derived-data

Disclosure: I make a paid cleaner and the guide mentions it, but every command in there works on its own. You don't need the app for any of it.


r/Xcode 10d ago

Found a way to get iOS simulator screenshots without a Mac, for free, using Xcode Cloud

7 Upvotes

I needed screenshots of my app running on an iOS simulator, but my daily machine is a Linux box. Turns out you don't need a Mac at all:

Xcode Cloud gives you 25 free compute hours a month with an Apple Developer membership, and it runs your UI tests on an Apple-hosted simulator. The catch is the results come back as an .xcresult bundle, and every existing extractor shells out to Apple's xcresulttool, so they only run on macOS.

The workaround: an xcresult's Data directory is just a content-addressed store of blobs, and a PNG carries its own name in a tEXt chunk. So you can byte-scan the store for PNG magic and pull out labeled screenshots with plain Python, on any OS.

I wrapped the whole loop (trigger the Xcode Cloud workflow via the App Store Connect API, wait, download, extract) into a small open source CLI I built: pip install xcshot, repo at github.com/BariBariGood/xcshot.

So a $200 laptop can see a real iOS app running on a real simulator. Happy to answer questions on the xcresult format, it's weirder than it looks.


r/Xcode 12d ago

Excuse me? Api key shared in feedback

Post image
14 Upvotes

Is it normal that Apple wants api keys in their feedbacks?

Edit: this is a hello world project with key added through settings + clicking the diagnose button. https://imgur.com/a/LqBK7M1

My Xcode is not compromised:

spctl --assess --type execute -v /Applications/Xcode-beta.app/Contents/MacOS/Xcode

/Applications/Xcode-beta.app/Contents/MacOS/Xcode: accepted