35 questions
- Bountied 1
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
47
views
How do I fix the safe area in Xcode 26? [closed]
I was wondering what is causing the massive difference in the safe area shown in the storyboard and the safe area / view size when running on an actual device / simulator? This wasn't an issue until ...
0
votes
0
answers
66
views
Library 'swiftWebKit' not found when building for physical iOS devices after upgrading Xcode — works fine on Simulator
After upgrading to the latest version of Xcode Version 26.0 (17A324), my React Native iOS project fails to build or run on a physical iOS device, but runs successfully on the iOS Simulator.
The error ...
0
votes
0
answers
90
views
+50
XCUITest uninstall stalls with iOS 26
I had some code set up in some XCUITest to uninstall the app before starting it again to make sure it is in a clean state.
That code looks like:
let app = XCUIApplication()
app.launch()
app.terminate()...
0
votes
1
answer
67
views
xcrun devicectl manage ddis update fails with CoreDeviceError 12010 on macOS 26.0.1 (Xcode 26.0.1)
I am unable to debug in Xcode due to no usable DDI issue and so I tried following this post StackOverflow Question .
I'm running into an issue when trying to update Developer Disk Images on my Mac.
...
0
votes
0
answers
58
views
Unable to find module dependency: 'minizip' [closed]
Getting this issue in XCode 26:
error: Unable to find module dependency: 'minizip' (in target 'DemoProject' from project
'DemoProject') note: A dependency of Swift module 'Zip':
'/Users/malwinder/...
1
vote
1
answer
93
views
Foundation Models (Detected Content Likely to be Unsafe) Error
I just updated to macOS Tahoe and was using Xcode 26 for Apple Intelligence specific tasks. I wrote the code and getting this error. Attached the screenshot.
Is it an issue in Playground macro for ...
0
votes
1
answer
362
views
Navigation item title hidden when using large title in iOS26
After updating my app for iOS 26, the navigation item title stopped working when using large title and scrolling. Before the update, the large title was shown and when scrolled up, the normal small ...
0
votes
1
answer
119
views
Xcode 26.0.1 - Swift Package Manager build fails with AlamofireDynamic.framework "No such file or directory"
I recently updated to Xcode 26.0.1.
When I try to add Alamofire (or any other library) via Swift Package Manager in a new test project, the build fails with this error:
No such file or directory: '/...
0
votes
1
answer
101
views
Xcode 26.0.1 - Command PhaseScriptExecution failed with a nonzero exit code
Recently, we decided to upgrade one of the devices to macOS 26 Tahoe to see how everything behaves and to determine if it is advisable to upgrade all devices.
While testing our project on the latest ...
0
votes
1
answer
151
views
Xcode 26 Navigation item spacing [closed]
Since updating to Xcode 26 / Swift 6.2 the navigation item is all the way to the left. Prior to the update there was a normal amount of spacing on every navigation item and now it's gone. Why has this ...
6
votes
2
answers
2k
views
Rosetta Simulator Run Destination not showing in Xcode 26
I am currently using Xcode 16.4 on macOS Sequoia 15.7 for iOS development. On this setup, I am able to set and use the Rosetta Simulator in the run destination without any issue.
[
On the same macOS ...
1
vote
4
answers
1k
views
Xcode 26: "failed to build module 'AssetsLibrary'" even though I don’t use ALAssetsLibrary
I recently installed Xcode 26 (build 17A324) on macOS and when I try to build my iOS project I get this error:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/...
0
votes
0
answers
41
views
SQLite3 Exec Failing with Assertion in checkWalModeFromQuery on Xcode 26
I'm encountering a runtime assertion failure when trying to execute a SQLite query using sqlite3_exec in Xcode 26. The error occurs specifically when attempting to set WAL (Write-Ahead Logging) mode ...
6
votes
3
answers
2k
views
Flutter iOS Build Fails After Xcode 26 Update: "Unable to find module dependency: 'CTweetNacl'"
Problem Description
After updating to Xcode 26, my Flutter iOS project fails to build with the following error:
Swift Compiler Error (Xcode): Unable to find module dependency: 'CTweetNacl'
Could not ...
8
votes
1
answer
1k
views
Older iOS runtime not appearing in Xcode 26 simulator list — "liblaunch_sim.dylib could not be opened"
I’ve installed the latest version of Xcode (26.0) on my Mac mini (M1, macOS 15.6) and downloaded an older iOS runtime using the Xcode settings.
However, when I try to create a simulator using this ...