Just found out last week that OpenAI has a Prompt Optimizer for its different models, including the new GPT-5 π€―
All you have to do is paste in your prompt and the optimizer will review it and apply best practices automatically.
platform.openai.com/chat/edit?mo...
11.08.2025 10:00 β π 1 π 0 π¬ 0 π 0
A speaker card showing Pol Piella with a space themed background
π₯ NEW SPEAKER π₯
We're super excited to confirm @polpielladev.bsky.social as our next confirmed speaker.
Pol is an iOS Dev and Content Creator from Spain, and the maker of popular apps such as Helm for ASC
Pol also curates the iOS CI Newsletter and is a Senior Software Engineer at RevenueCat. π€
06.08.2025 14:58 β π 2 π 2 π¬ 1 π 0
Itβs been a while since I last wrote something, so having my first article back featured in iOS Dev Weekly really means a lot β€οΈ
Sooo motivated to keep writing now π
iosdevweekly.com/issues/719
29.07.2025 10:00 β π 1 π 0 π¬ 0 π 0
CI/CD for AI-Assisted Development
AI can write your code. CI/CD makes sure it doesnβt break everything. In this webinar, weβll show you how to use modern automation practices to test, vet, and ship AI-assisted code responsibly,β¦
π New FREE webinar for iOS CI Newsletter subscribers!
Join me on Monday as I discuss the importance of solid CI/CD in the era of AI coding and give you a few example workflows you can add to your projects right away!
streamyard.com/watch/6RCnTU...
25.07.2025 16:00 β π 0 π 0 π¬ 0 π 0
Xcode 26 Beta 4 adds support for opening files in external editors like Cursor!
The option will show if the file type is configured to be opened by an editor other than Xcode by default.
developer.apple.com/documentatio...
23.07.2025 19:01 β π 1 π 0 π¬ 0 π 0
π Xcode 26 Beta 4 adds a super handy βShow View Hierarchyβ button in the SwiftUI instrument!
Now you can see view updates in the context of their view hierarchy and know exactly where things happened.
developer.apple.com/documentatio...
23.07.2025 16:02 β π 8 π 2 π¬ 0 π 0
Not sure if I am going to be disappointed, but as soon as I read this I went to download the new beta π
Fixed: Xcode projects with packages might not build correctly after project reloading. (155537249)
developer.apple.com/documentatio...
23.07.2025 10:00 β π 2 π 0 π¬ 1 π 0
Finding the reason why this prompt was showing for Helm was incredibly tricky and involved digging into third-party libraries' code.
If you want to get an insight into my debugging process, read my latest article:
www.polpiella.dev/how-i-fix-bu...
22.07.2025 16:01 β π 1 π 0 π¬ 0 π 0
A Peek into My Debugging Process (With Real Examples)
A guide to making the best use of the tools available to you to fix bugs in your apps and get to the root cause of the issue in record time.
I know it has been a while, but I have finally written a blog post again! βοΈ
This time I share how I debug real-world issues in my apps β from invisible crashes to unexpected system prompts β and the tools that I use.
www.polpiella.dev/how-i-fix-bu...
22.07.2025 11:00 β π 0 π 0 π¬ 0 π 0
π¬ New issue of the iOS CI Newsletter drops tonight!
Iβm diving into AI-assisted development and why solid tests + CI/CD matter more than ever.
Subscribe to catch it: www.ioscinewsletter.com π
14.07.2025 11:00 β π 1 π 0 π¬ 0 π 0
Friendly reminder that the LocalizedError protocol has more than just `errorDescription`. You can provide more context such as how the user might recover from the failure, which can come in super handy!
09.07.2025 17:03 β π 2 π 0 π¬ 0 π 0
π¨ Xcode 26 Beta 3 now adds support for setting Icon Composer icons as alternate iOS icons!
developer.apple.com/documentatio...
09.07.2025 13:00 β π 3 π 1 π¬ 0 π 0
π¨ One of my favorite patterns for syncing data with a backend:
Diff whatβs changed β execute the necessary requests in parallel. Fast, clean, doesn't make unnecessary calls and is easy to maintain.
09.07.2025 10:00 β π 3 π 0 π¬ 0 π 0
Filing Apple Feedback isn't a waste of time. Eric Dorphy has submitted over 1,000 reports, and his experience shows small actions really add up, even if you don't always see an immediate result!
www.ioscinewsletter.com/issues/71
07.07.2025 10:01 β π 0 π 0 π¬ 0 π 0
Stay up to date with the latest iOS CI/CD news
Every two weeks, directly to your inbox and packed with everything you need to know and be aware of so that you're always prepared for the next app release!
Ever feel like your Apple feedback goes into a void? π©
This issue features an engineer whoβs filed 1,000+ reports β and explains why your feedback does matter. Plus great reads from many others!
π«Ά Sponsored by @codemagic.io
www.ioscinewsletter.com/issues/71
30.06.2025 19:01 β π 2 π 0 π¬ 0 π 0
Spotted this local network alert in @helm-app.bsky.social β despite not scanning the network at all π«
After some digging, the culprit was using ProcessInfo() to grab system info for feedback purposes. Might be worth checking usages of ProcessInfo in your app too!
30.06.2025 16:03 β π 4 π 0 π¬ 0 π 0
π¬ I'm sending a new issue of the iOS CI Newsletter this evening and I will be sharing my thoughts on Apple feedback along with important insights on why you should continue filing feedback!
π Subscribe now to read the full discussion
www.ioscinewsletter.com
30.06.2025 11:00 β π 0 π 0 π¬ 0 π 0
Xcode 26 can use the AI model of your choice to document your code!
I still had to tweak the results a fair amount, but I guess different models might be produce better results.
26.06.2025 09:00 β π 2 π 0 π¬ 0 π 0
This is pretty neat!
In Xcode 26, you can now generate comments for String Catalog keys using Apple Intelligence and change the key's name in the code + catalog within the refactor options
25.06.2025 10:00 β π 3 π 0 π¬ 1 π 0
Being able to chat with a tab while giving context from other tabs you have open is such a π₯ feature for a browser...
24.06.2025 12:01 β π 0 π 0 π¬ 0 π 0
Foundation Models wonβt always be available to every user β maybe their device or locale isnβt supported, or the model hasnβt finished downloading.
Luckily, SystemLanguageModel has handy properties to check if itβs supported and ready β and why it might not be so you can handle it gracefully.
24.06.2025 09:01 β π 8 π 1 π¬ 0 π 0
Stay up to date with the latest iOS CI/CD news
Every two weeks, directly to your inbox and packed with everything you need to know and be aware of so that you're always prepared for the next app release!
Are you looking for some inspiration on what WWDC sessions to watch and don't know where to start? Check out my favorite sessions in the Developer Tools space in the latest issue of my newsletter!
π This issue was kindly sponsored by Appcircle
www.ioscinewsletter.com/issues/69
23.06.2025 10:00 β π 0 π 0 π¬ 0 π 0
Best way to kick off the last year of my 20s! β€οΈπ
21.06.2025 11:17 β π 8 π 0 π¬ 0 π 0
It does! But it is limited to the 26 versionsβ¦
20.06.2025 17:50 β π 1 π 0 π¬ 0 π 0
I bet you regret sharing an office with me now π€£π€£
20.06.2025 17:49 β π 1 π 0 π¬ 1 π 0
In Xcode 26, the new SwiftUI instrument template can NOT be used on the simulator.
Maybe a bit of a hot take, but I like this and think it's a great idea! You should run instruments on device regardless to get the most accurate results.
20.06.2025 16:02 β π 1 π 0 π¬ 0 π 0
The moment we have been putting off for about a year has finally come I guess... π
20.06.2025 12:01 β π 1 π 0 π¬ 0 π 1
Making tools for Foundation Models is just ridiculously easy, and the fact that you can just any of your app's code is just π₯
Such a neat way to feed context into your LLM session
18.06.2025 17:02 β π 2 π 0 π¬ 0 π 0
For everyone using Foundation Models to categorize content, there is a very useful use case for the model, but you need to know it is very limited!
It only supports English language and can not be used alongside tools π
18.06.2025 14:02 β π 1 π 0 π¬ 0 π 0
iOS/visionOS developer
2x Swift Student Challenge Winner
Apple Developer Academy @ Naples
Fuzzy Somerville Liberal iOS Dev/Writer.π³οΈβπ
More at: https://Jp4Mobile.com
iOS Tech Leader | cat lover | drummer | Swift Heroes tech expert and co-host
I teach 150K developers how to write better apps faster through my developer tool, blog, and newsletter. Join my newsletter to get started: https://www.avanderlee.com/swiftlee-weekly-subscribe/
Reposts silly rejections from Appleβs App Review team. Send a screenshot of your rejection or post it with the #RejectedByAppReview hashtag.
π https://rejectedbyapp.review
π https://mastodon.social/@rejected
#apple #ios #macos #swift #iphone #mac
A virtual platform team for mobile developers that ship
A simpler nutrition tracker.
π Free barcode scanner and macro tracking
βοΈ 4.8 stars
π€ Amazing AI features
π² Available for iPhone, iPad, and Mac
Download: https://apps.apple.com/app/apple-store/id1479461686
Powerful Git client for iPhone and iPad by @borum.dev
https://workingcopy.app/
Chronicling is a lightweight and flexible iOS, watchOS and visionOS app for tracking and visualising anything that matters to you. Developed by @beccais.online
https://apps.apple.com/gb/app/chronicling-track-anything/id6445992145
Fast, smart, pretty and automatable screenshot framing. For iPhone, iPad, Mac and Vision Pro.
π
MacStories Selects βBest Designβ Winner β24π
Create beautiful charts directly from Shortcuts!
A simple strength workout tracker for iOS and watchOS. Launching soon. Made by @kristofferjohansson.com
...an accessible 3rd party iOS / iPadOS Bluesky App
Key Features:
- Keep reading position
- Edit posts
- Post notifications
- Bookmarks
- Drafts
- Push Notifications filter
Get it here: https://www.skeetsapp.com
created by: @seabass.bsky.social
Turn learning π§βπ into a tasty game π Download for free, for iPhone, iPad or Apple Vision Pro! π https://studysnacks.app
Developed by @strasser.bsky.social
An indie business run by @mergesort.me, making it incredibly easy to save links for later. Also a bit of red panda stanning. Check out plinky.app!
Ambre, a recipe organizer, prioritizes privacy, accessibility, and user-friendliness.
Import recipes from anywhere.
https://ambre.app
Please Donβt Rain is a fun, convenient way to track whether rain (or snow) will affect a day thatβs important to you.
When you have an important day coming up it can be cumbersome having to look up the weather for it over and over again. Not anymore!