Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
29 views

I'm encountering this error while building the iOS app with Flutter: Command PhaseScriptExecution failed with a nonzero exit code I've tried all the available solutions. If anyone knows how to resolve ...
Anonymous's user avatar
2 votes
1 answer
94 views

Before Xcode 26, I used to be able to: Press ⇧⌘O to “Open Quickly” and search for a file. Then hit ⇧⌘↩ (Shift–Command–Return) to open the layout menu. Use hjkl (vim-style directions) to place the ...
ChaseChoi's user avatar
  • 145
0 votes
0 answers
93 views

I have a question concerning Xcode version 26. Ever since I installed this version on my Mac I have been having trouble using the storeKit configuration file. The Storefront and Localization is ok, as ...
Galen Smith's user avatar
2 votes
1 answer
242 views

I have an iOS app that uses UIKit. I have many view controllers using UITextField and all of them previously had rounded corners due to the border style: round, which is exactly what I wanted. Now, ...
IMSsam's user avatar
  • 97
2 votes
3 answers
324 views

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 ...
anie's user avatar
  • 531
3 votes
1 answer
274 views

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()...
streem's user avatar
  • 9,172
0 votes
1 answer
198 views

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. ...
Md101's user avatar
  • 35
2 votes
1 answer
309 views

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 ...
Sagnik Saha's user avatar
4 votes
2 answers
1k views

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 ...
Philipp Rosengart's user avatar
1 vote
1 answer
300 views

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: '/...
Ruveyda Bingöl's user avatar
0 votes
1 answer
184 views

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 ...
Mitesh Baraiya's user avatar
2 votes
1 answer
306 views

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 ...
Bob The Coder's user avatar
11 votes
3 answers
5k views

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 ...
Blurzschyter's user avatar
4 votes
4 answers
3k views

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/...
Muhammad Manzar's user avatar
0 votes
0 answers
69 views

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 ...
jeffery wang's user avatar
7 votes
3 answers
3k views

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 ...
GAEL SASSAN's user avatar
11 votes
1 answer
3k views

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 ...
Débora Lage's user avatar
2 votes
1 answer
2k views

When I am building my project with Xcode 26, I am getting following error: ld: Assertion failed: (it != _dylibToOrdinal.end()), function dylibToOrdinal, file OutputFile.cpp, line 5196. clang: error: ...
B Pruthi's user avatar
  • 109
-2 votes
1 answer
1k views

From the apple link - I wanted to enable Intelligence on Xcode. Why Xcode Intelligence is not showing on Xcode 26 beta7 ? I am on MacOS sequoia 15.5 (24F74) & Xcode 26 beta7 & location is ...
Amit's user avatar
  • 675
5 votes
1 answer
2k views

I’m reviewing my apps for iOS 26 and noticed a UI change. In previous iOS versions, when I defined an AccentColor in the Asset Catalog, the back button in a NavigationView automatically adopted that ...
mattialerda's user avatar
0 votes
1 answer
264 views

In iOS 26 i have an issue with mapKit. i created a custom annotation using "MKMarkerAnnotationView", it works fine with current stable iOS versions (15 to 18) but with iOS 26 the default ...
Red Mak's user avatar
  • 696
1 vote
0 answers
141 views

On macOS Tahoe26.0, iOS 26.0 (23A5287g) not emulator, Xcode 26.0 beta 3 (17A5276g) Follow this tutorial Testing your asset packs locally The start the test server commandI use this command line to ...
apelxy's user avatar
  • 1
0 votes
1 answer
1k views

Since installing the Xcode Beta (version 26.0 beta 5), it no longer runs my app on iPhone 11 and also not on iPad 10.2, running iOS 18.5 and iOS 18.6. The crash is caused by UIToolbar and leads to ...
Jekapa's user avatar
  • 177
3 votes
1 answer
2k views

I've noticed an issue with the top safe area inset for an iPhone running iOS 26 in landscape orientation. Specifically, it is seen with the following configuration: Xcode 26.0 beta 3, Swift 6, ...
Benzy Neez's user avatar
1 vote
2 answers
122 views

I am using the modifier sheet(item:onDismiss:content:) to show a sheet, where the content of the sheet depends on the item that is passed as parameter. The body of the sheet is built using a function ...
Benzy Neez's user avatar
  • 29.6k
0 votes
0 answers
148 views

Missing required icon file errors in Xcode when uploading archive even though it's all there. It started happening all of the sudden? and never had the same problem before, with the exact same AppIcon ...
HaruMatsu's user avatar
0 votes
1 answer
189 views

The clang compiler shipping with Xcode 26 does not support sized deallocation: void* p = operator new(100); // [...] operator delete(p, 100); // error: no matching function for call to 'operator ...
Tobi's user avatar
  • 2,809
4 votes
2 answers
2k views

I've created a new iOS project using Xcode 26 beta 2. This project will have a deployment target of iOS 26.0. I've added 3 glass .icon files to the project, AppIcon.icon, AppIcon2.icon, and AppIcon3....
HangarRash's user avatar
  • 16.6k
3 votes
3 answers
357 views

On several different XIBs I get a compiler error like Internal error. Please file a bug at feedbackassistant.apple.com and attach "/var/folders/1v/ 516am8h11fzbmdy9sh r1znh0000an/T/|B-adent-...
Curiosity's user avatar
  • 346
1 vote
0 answers
55 views

Previously, I sorted my FetchResult in a TableView like this: import SwiftUI struct OffeneZahlungenView: View { @Environment(\.managedObjectContext) private var moc @FetchRequest( ...
mihema's user avatar
  • 378
3 votes
1 answer
472 views

In the Xcode26 beta (currently beta 2) the "+" Button to open the code snippets window in the window title bar is gone. There is still a "Create Code Snippet" menu point in the ...
Zaggo's user avatar
  • 826
1 vote
1 answer
243 views

The following code which compiled so far in standard Xcode versions now fails in Xcode 26 beta 2. Has anything changed in the new Swift compiler or was this an issue in my code: func ...
Deepak Sharma's user avatar
9 votes
2 answers
2k views

Before Xcode 26, there was a plus button besides the status bar (the bar that says "Build Succeeded", "Fnished running...", "Indexing...", etc). This button could be ...
Sweeper's user avatar
  • 292k
0 votes
1 answer
775 views

So I'm setting up Xcode cloud workflows to build for iOS 26 (for testflight testing), but it doesn't seem to have the metal toolchain installed and refuses to build. Does anyone know how to install ...
Cam's user avatar
  • 670
9 votes
3 answers
3k views

I’m experiencing an issue after updating to Xcode 26 and running my app on iOS 26. In previous iOS versions, setting hidesBottomBarWhenPushed = true on a view controller would correctly hide the ...
Creolophus's user avatar
16 votes
1 answer
10k views

I’m working on an iOS app using Xcode 26 (iOS 26 SDK), and after rebuilding the project, the UITabBarController now uses the new Liquid Glass appearance introduced in iOS 26. However, our app is cross-...
Creolophus's user avatar
0 votes
1 answer
2k views

Apple said all code assistant features, including the panel on the left-side and the Coding Tools, are available today, but I can't find it anywhere in Xcode 26 - beta. Is it hidden somewhere?
Mojtaba Hosseini's user avatar