45 questions
Score of 0
1 answer
104 views
Xcode Firebase Analytics Framework Shallow Bundles
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
Azure DevOps Pipeline Issue with .NET MAUI iOS Build
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
iOS 26 UITabBarController: make tab bar full width without showing bottomAccessory?
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
Flutter iOS build fails with "Framework 'Pods_Runner' not found" on Xcode 26.2 beta
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
Profile mismatch error : Xcode 26 :No profile can be merged
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
UIDropShadow partially covers .sheet after updating to Xcode 26
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
XCode 26 macOS doesn't allow shallow Framework
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
Xcode26 Cannot launch '/xxx/xxx.app': Unspecified
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
Complete SWIFT_STRICT_CONCURRENCY does not show errors for non thread-safe code
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
Did Xcode 26 remove the ⇧⌘↩ + hjkl layout shortcut after “Open Quickly”?
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
StoreKit Configuration Simulated Failure Options All Disabled
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
UITextField not using rounded corners when app is built with iOS 26
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
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 ...
Score of 4
2 answers
626 views
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()...
Score of 0
1 answer
681 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.
...