#xcode26 результаты поиска
Day#1 of Updating @uni_convert to iOS26. Updated my xcode to 26. As my app is using metal shaders, so installing Metal Toolchain now! Experienciny extremely slow download speeds btw 🤮 - - - #ios26 #xcode26 #apple #iPhone17 #iphoneAir #iPhone17Air #AppleEvent2025
It's taking longer than I thought, but I want to implement strict concurrency responsibly. 🕒🧐 At some points, it works with a project that has default isolation set on #MainActor. This is a default setting for #Xcode26, so I have to follow this rule. 🚀 #BuildInPublic #Swift
code assistant crash every time I use it in #macOSTahoe #Xcode26 .. it crashes when applying new code to editor
I've just ran into a very unfortunate bug with the new isolated deinit in Swift. This little piece of code crashes. Does anybody know why? #Swift #Xcode26
If your app crashes in #Xcode26 upon opening, here's the fix: Right-click your ".xcodeproj", choose "Show Package Contents". Do the same for "project.xcworkspace". Delete the "xcuserdata" folder, it contains an incompatible ".xcuserstate" file. Full video: 👇 #WWDC25 #iOSDev
Apple just released new software updates! ➜ Xcode 26.1 (17B55) ➜ iOS 26.1 (23B85) ➜ iPadOS 26.1 (23B85) ➜ macOS 26.1 (25B78) ➜ tvOS 26.1 (23J582) ➜ visionOS 26.1 (23N49) ➜ watchOS 26.1 (23S37) #Xcode26 #iOS26 #iPadOS26 #macOS26 #tvOS26 #visionOS26 #watchOS26
Xcode26からはChatGPTなどと連携してコード補完を行える機能が追加されています!ただし利用には注意!チャットを打ち込んだ瞬間自動的に補完するまでは良いですが、勝手にコードを書き換える上Revertを実行するとgit resetと同等の操作が実行され他の部分まで差し戻されます #Xcode26
I've just ran into a very unfortunate bug with the new isolated deinit in Swift. This little piece of code crashes. Does anybody know why? #Swift #Xcode26
5 Useful #SwiftUI Modifiers - #Xcode26 😊 youtu.be/yLt8ni83t_0?si… via @YouTube
youtube.com
YouTube
5 Useful SwiftUI Modifiers - Xcode 26
It's taking longer than I thought, but I want to implement strict concurrency responsibly. 🕒🧐 At some points, it works with a project that has default isolation set on #MainActor. This is a default setting for #Xcode26, so I have to follow this rule. 🚀 #BuildInPublic #Swift
What do you think? How’s your experience with Xcode26 and Apple Intelligence? I’m curious to hear! 😉 #iOSDev #Xcode26 #AppleIntelligence #IndieDeveloper #SwiftUI #AITools #AppleDeveloper #Productivity #DeveloperLife
After macOS 26 update began having this crackling sound when playing music (music app) when I open Xcode the crackling can be noticed and it happens occasionally. Anyone having the same issue? @AppleSupport @Apple @AppleMusic #XCode26 #macOS26
Updated to Xcode 26.0.1 and hit this error: ❌ Unable to get list of installed Simulator runtimes. ✅ Fix it by running: xcodebuild -downloadPlatform iOS Sharing this so devs don’t waste time like I did 🚀📱💻 #Xcode26 #iOSDev #Swift #MobileDevelopment #DevTips #ios #apple
So apparently you cant add word like iOS26 or Liquid Glass in your apps meta data or else apple will reject your app! 🥲 Either its "iOS26" or "Liquid Glass" that caused the rejection, we will know! - - - #xcode26 #iOS26 #iPhone17 #iPhone17ProMax #iphone17air #appleReview
はてなブログに投稿しました Xcode26でAIアシスト機能があるらしいのでほんのちょっとだけ試した(本当にちょっとだけ) - m_shige1979のIT関連の雑記事 m-shige1979.hatenablog.com/entry/2025/09/… #はてなブログ #Xcode26 #AI
m-shige1979.hatenablog.com
Xcode26でAIアシスト機能があるらしいのでほんのちょっとだけ試した(本当にちょっとだけ) - m_shige1979のIT関連の雑記事
簡単に作ったやつ うーん、どこかのゲームセンターで見たものとなんか似ているかもしれんけど許して🙏 環境 OSX 26 Xcode26 Apple Intelligence有効 たぶん、これらがないと動作しない Xcodeの設定 「Xcode」> 「Settings」>「Intelligense」で指定可能 「Intel…
#iOS26 Custom Menu Using #SwiftUI | #Xcode26 youtu.be/RwPsJhrPP9g?si… via @YouTube
youtube.com
YouTube
iOS 26 Custom Menu Using SwiftUI | Xcode 26
#Xcode26 #AI Giving feedback here, the session starting from the sidebar to selecting a snippet in a file shouldn't be broken into different conversation/context, it's quite frustrated on using it. 🫠
Its been more than 24 hours since my app went into Review 🤯 Now I'll be canceling the build, and will submit it again! But again, that can take time going into review too due to weekend. :/ - - - #xcode26 #iOS26 #iOS26update #iPhone17xAIS #iphone17promax #iphone17air #ios
Xcode 26 cuenta con numerosas prestaciones inteligentes que permiten a los desarrolladores hacer realidad sus ideas #Xcode #xcode26 mecambioamac.com/xcode-26-esta-…
mecambioamac.com
Xcode 26 está disponible
Xcode 26 cuenta con numerosas prestaciones inteligentes que permiten a los desarrolladores hacer realidad sus ideas.
macOS Tahoe 26.0 with Xcode 26.0 now available on MacinCloud.com M4 Silicon Mac Servers. Try the latest macOS and Xcode on a Cloud Mac for your Dev Projects TODAY! Review plan options and sign up at ow.ly/5yFn50WYmmI #macOSTahoe #Xcode26
Day #2 of migrating @uni_convert to iOS26. To simultaneously check my UI on both iOS26 and pre iOS26, I m using two previews! GPT integration is very useful tbh 💫 - - - #xcode26 #ChatGPT #iphone17 #iphone17pro #iPhone17Air #appleEvent #bb27 #AsiaCup2025
Day#1 of Updating @uni_convert to iOS26. Updated my xcode to 26. As my app is using metal shaders, so installing Metal Toolchain now! Experienciny extremely slow download speeds btw 🤮 - - - #ios26 #xcode26 #apple #iPhone17 #iphoneAir #iPhone17Air #AppleEvent2025
I've just ran into a very unfortunate bug with the new isolated deinit in Swift. This little piece of code crashes. Does anybody know why? #Swift #Xcode26
code assistant crash every time I use it in #macOSTahoe #Xcode26 .. it crashes when applying new code to editor
It's taking longer than I thought, but I want to implement strict concurrency responsibly. 🕒🧐 At some points, it works with a project that has default isolation set on #MainActor. This is a default setting for #Xcode26, so I have to follow this rule. 🚀 #BuildInPublic #Swift
Wow! The AI assistant coding and effect in Xcode 26 are superb and fast. You can also add more models in Xcode. By default, it provides ChatGPT - GPT 5 model and Claude AI model The Liquid Glass Design is ❤️🧑🏻💻 #Xcode26 #macOSTahoe #Apple
Something went wrong.
Something went wrong.
United States Trends
- 1. Louisville 79.6K posts
- 2. Virginia 234K posts
- 3. Abigail Spanberger 21.7K posts
- 4. Jets 134K posts
- 5. MD-11 17.5K posts
- 6. Honolulu 8,026 posts
- 7. Jay Jones 27.9K posts
- 8. #OlandriaxGlamourWOTY 2,395 posts
- 9. UPS Flight 2976 15.2K posts
- 10. Miyares 15K posts
- 11. Jared 27.1K posts
- 12. Azzi 7,171 posts
- 13. #AreYouSure2 46.1K posts
- 14. Colts 64.8K posts
- 15. #いい推しの日 817K posts
- 16. #ShootingStar N/A
- 17. Madrid 433K posts
- 18. #JiminxJungKook 45.1K posts
- 19. Cheney 290K posts
- 20. Sarah Strong 1,609 posts