close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
1 answer
104 views

I've just updated one of my iOS apps in Xcode. Its uses Firebase. iOS version all works fine, and is already uploaded to App Store Connect. The app also has a Mac version using Catalyst. However, when ...
Score of 0
0 answers
116 views

Need Help – Azure DevOps Pipeline Issue with .NET MAUI iOS Build I’m facing an issue with an Azure DevOps pipeline while building a .NET MAUI iOS application. The .NET workload is automatically ...
Score of 0
0 answers
201 views

I’m testing on iOS 26 / Xcode 26 with UITabBarController. I noticed this behavior: If I set bottomAccessory, the tab bar becomes full width If I do not set bottomAccessory, the tab bar stays floating/...
Score of 2
2 answers
449 views

I'm getting a linker error when building my Flutter iOS app on the simulator: Error (Xcode): Framework 'Pods_Runner' not found Error (Xcode): Linker command failed with exit code 1 (use -v to see ...
Score of 2
0 answers
180 views

I am getting the issue while generating the coverage . I have tried it over Xcode 16 , Xcode 26 but still issue . Out of 10 , only 1-2 time it generates coverage on Xcode 16.4 only . Error: raw ...
Score of 0
1 answer
82 views

I'm building a application using Swift UI. I have a Custom View which show content as a Bottom Sheet. Before Xcode 26 I have Xcode version 16.4 in which It was working fine. But in Xcode 26 another ...
Score of 0
1 answer
165 views

I encountered a problem on an old app of mine. I had built a TensorFlowLiteC xcFramework with this structure: TensorFlowLiteC.framework/ ├── Headers/ ├── Info.plist ← shallow bundle (iOS-...
Score of 0
1 answer
1644 views

Xcode 26 crashes immediately when running on devices with iOS versions earlier than 13. Is this because Xcode 26 no longer supports iOS versions prior to iOS 13? There were no issues when using the ...
Score of 1
1 answer
161 views

I have a project where I want to see Swift 6 warnings. This is my setup. Using Swift 6: > git grep "SWIFT_VERSION" xx.xcodeproj/project.pbxproj: SWIFT_VERSION = 6....
Score of 4
1 answer
417 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 ...
Score of 1
1 answer
552 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 ...
Score of 4
1 answer
858 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, ...
Score of 1
4 answers
723 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 ...
Score of 4
2 answers
626 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()...
Score of 0
1 answer
681 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. ...

15 30 50 per page