Post

Replies

Boosts

Views

Activity

Reply to Xcode 16 & Package load failure
I was struggling with this error for a whole day, what helped me at the end: 1 - Deleting all spm cache and derived data: rm -rf ~/Library/Caches/org.swift.swiftpm ~/Library/Developer/Xcode/DerivedData ~/Library/org.swift.swiftpm ~/.swiftpm/xcode/ 2 - Adding package with "Add Anyway" option 3 - Fully closing Xcode (cmd + q) and running this in project folder: xcodebuild -resolvePackageDependencies -disablePackageRepositoryCache Hope it helps someone! :)
Oct ’24
Reply to Users and Access - Sanbox Tab doesn't work
I've got the same error couple of days ago after deleting last sandbox tester. Tried to use other browser or devices, nothing worked. What helped me: Opening "Network" tab in Chrome Developer Tools (cmd + option + i) Refreshing the page to get list of all requests Blocking this request "https://appstoreconnect.apple.com/sandbox/v2/provider/account/list?limit=50" After that I've got the page back, so I could add new tester Remove request block and the page will load the right way onwards
Jan ’25
Reply to Assets duplicating on Xcode 26.1 Beta 3
@DTS Engineer sorry for a long reply Reply form doesn't allow me to attach zips/folders, is this expected? Here's an example project on github: https://github.com/SubvertDev/app-icon-bug The setup is pretty basic, I've just added my .icon file to the project and deleted empty AppIcon from assets To reproduce the bug you can just archive this project on 26.0.1 and 26.1 Beta (I've tested it only on Beta 3 and RC, maybe that bug occurred before, idk) 26.0.1 xcarchive size: 1.8mb 26.1 xcarchive size: 4.2mb The main difference is Assets.car size (429KB vs 2.9MB) Here's a screenshot of Assets.car inner images difference (26.0.1 on the left and 26.1 RC on the right)
Nov ’25
Reply to Assets duplicating on Xcode 26.1 Beta 3
Well, I didn't get any notification or response in the feedback, but status did change to "Investigation complete - Works as currently designed". Is it actually? It's quite hard to believe that we've got x5-x8 size increase for bundled icons. What's the reason behind it? Is it documented somewhere? So many questions..
Nov ’25
Reply to WKWebView evaluateJavascript method crash with async/await when javascript call doesn't have return value
Still an issue with Xcode 15 & Swift 5.9! Non-async version gives a useless warning and async version crashes the app with :0: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value in case where function doesn't return anything. Any hope for a fix?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15.3 crippled with "internal inconsistency error"
Same issue. Xcode 15.3. Every second build is failing. Configuration doesn't matter, all of my projects, simulator/device, iOS 16/17.
Replies
Boosts
Views
Activity
Apr ’24
Reply to Xcode 15 beta 7 Previews building issue
I had same issue, but when trying to run tests. In my case the error was lying in my Package.swift file. I forgot to import a library for a target there and Xcode didn't show me corresponding error, when I fixed that, this error went away.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Xcode previews fail with JIT error
Same error. MacOS Sequoia Public Beta + Xcode 16 Beta 3. Every preview crashes after some time and doesn't recover until I close and reopen Xcode.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to xcode16 beta3 choose frameworks and libraries to add NO filter results,not found system frameworks
I have it too. MacOS Sequoia Public Beta + Xcode 16 Beta 3. "Frameworks, Libraries, and Embedded Content" in General project tab doesn't return any results, I need to manually re-add dependency to activate it in other menu.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Xcode 16 & Package load failure
I was struggling with this error for a whole day, what helped me at the end: 1 - Deleting all spm cache and derived data: rm -rf ~/Library/Caches/org.swift.swiftpm ~/Library/Developer/Xcode/DerivedData ~/Library/org.swift.swiftpm ~/.swiftpm/xcode/ 2 - Adding package with "Add Anyway" option 3 - Fully closing Xcode (cmd + q) and running this in project folder: xcodebuild -resolvePackageDependencies -disablePackageRepositoryCache Hope it helps someone! :)
Replies
Boosts
Views
Activity
Oct ’24
Reply to Apple silicon Macs support issue
Same issue. I don't even have Mac support, iPhone only.
Replies
Boosts
Views
Activity
Nov ’24
Reply to Users and Access - Sanbox Tab doesn't work
I've got the same error couple of days ago after deleting last sandbox tester. Tried to use other browser or devices, nothing worked. What helped me: Opening "Network" tab in Chrome Developer Tools (cmd + option + i) Refreshing the page to get list of all requests Blocking this request "https://appstoreconnect.apple.com/sandbox/v2/provider/account/list?limit=50" After that I've got the page back, so I could add new tester Remove request block and the page will load the right way onwards
Replies
Boosts
Views
Activity
Jan ’25
Reply to iOS 26 navigationTransition .zoom issue
I have the same issue on iOS 26, when swiping back to the previous screen my view (which is marked as the source) just disappears. There's not that much time left before release, will this bug be fixed?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to Assets duplicating on Xcode 26.1 Beta 3
@DTS Engineer sorry for a long reply Reply form doesn't allow me to attach zips/folders, is this expected? Here's an example project on github: https://github.com/SubvertDev/app-icon-bug The setup is pretty basic, I've just added my .icon file to the project and deleted empty AppIcon from assets To reproduce the bug you can just archive this project on 26.0.1 and 26.1 Beta (I've tested it only on Beta 3 and RC, maybe that bug occurred before, idk) 26.0.1 xcarchive size: 1.8mb 26.1 xcarchive size: 4.2mb The main difference is Assets.car size (429KB vs 2.9MB) Here's a screenshot of Assets.car inner images difference (26.0.1 on the left and 26.1 RC on the right)
Replies
Boosts
Views
Activity
Nov ’25
Reply to Assets duplicating on Xcode 26.1 Beta 3
This behavior is still present after 26.1 release and on 26.2 Beta 1
Replies
Boosts
Views
Activity
Nov ’25
Reply to Assets duplicating on Xcode 26.1 Beta 3
@DTS Engineer I've tried Xcode 26.2 Beta 1 and the behavior is the same Filed a feedback: FB20957000 If it's indeed a bug, then I believe it would be worth mentioning about it in Xcode release notes
Replies
Boosts
Views
Activity
Nov ’25
Reply to Assets duplicating on Xcode 26.1 Beta 3
Well, I didn't get any notification or response in the feedback, but status did change to "Investigation complete - Works as currently designed". Is it actually? It's quite hard to believe that we've got x5-x8 size increase for bundled icons. What's the reason behind it? Is it documented somewhere? So many questions..
Replies
Boosts
Views
Activity
Nov ’25