159,601 questions
0
votes
1
answer
53
views
How do I call a method stated in a UIViewController from applicationDidEnterForeground in AppDelegate using objc
I have an app which has the following structure
AppDelegate.h
AppDelegate.m,
SceneDelegate.h
SceneDelegate.m
viewController.h
viewController.m
I have tried calling a method in viewController with ...
Best practices
0
votes
1
replies
65
views
Addition to Flutter .gitignore
After upgrading to Flutter
3.41.9
, the file below is now showing up in git. Am I right to assume it is safe to ignore this file since its derived data?
ios/.derived-data-log-0CA5RPJ1
*I can't find ...
Advice
0
votes
2
replies
59
views
How to submit an older version of React Native App to the App Store?
I'm developing my React Native app with Expo 54 (using EAS Build) and Xcode 16. Expo recently released its latest version Expo 55, with some major changes to be compatible with Xcode 26. I'm busy with ...
-2
votes
0
answers
116
views
What is the right version combination for navigation compose that works both on Android and iOS?
After adding the navigation compose dependency to my Kotlin Multiplatform project running the app on Android all is fine but when running on iOS, the app crashes at runtime with the following error:
...
3
votes
1
answer
144
views
How can I dynamically load xcframeworks only when they are used, not at the start of the app?
I am distributing a proprietary iOS SDK as a binary xcframework. The SDK includes some features that require other, external dependencies (also xcframeworks) to work.
The external dependencies are ...
0
votes
0
answers
59
views
Unknown Error code 1032 from Apple Intelligence
I'm using Apple intelligence to power suggestions to user of my app. It's a great feature but I'm baffled about this error.
Domain=FoundationModels.LanguageModelSession.GenerationError Code=-1 "(...
0
votes
0
answers
91
views
Can't build / test WebDriverAgentRunner on my IOS
I'm trying to run WDA on my iPhone but I'm getting
Cannot test target “WebDriverAgentRunner” on “iPhone”: Logic Testing Unavailable Logic Testing on iOS devices is not supported. You can run logic ...
-1
votes
1
answer
180
views
React Native 0.82.1 fails to build on Xcode 26 with Yoga/fmt/glog C++ constexpr errors
I’m trying to build a React Native iOS app after upgrading to Xcode 26, but the build fails during native compilation.
Environment
React Native: 0.82.1
React: 19.1.1
Node: 20.19.6
CocoaPods: ...
1
vote
1
answer
90
views
scrollTo( ... anchor: .top) not working as expected
I'm working on MacOS 26.1 and Xcode 26.2.
I'm wring a software simulator of a computer on Mac and want to have a panel that shows the current stack (which grows down). Note, my memory array is in ...
0
votes
0
answers
156
views
How to retrieve the real physical screen DPI/PPI on iOS to draw a rectangle with an exact physical size? [duplicate]
I'm developing a Delphi FMX application for iOS and I need to draw UI elements with a real physical size, for example a rectangle measuring exactly 3 cm × 3 cm on screen.
On Android this is relatively ...
Best practices
0
votes
2
replies
66
views
Is it possible to set-up a build setting from a pre-action/build phase in Xcode?
I'm not sure what's the best practice around here but essentially the problem I have is I want to have a tool that generate a path (an unix domain socket) and set it in ...
-1
votes
1
answer
236
views
"Connect via network" checkbox missing in Xcode 26.4.1 Devices and Simulators
In previous versions of Xcode, you could enable wireless debugging by going to Window → Devices and Simulators, selecting your device, and checking "Connect via network." This allowed you to ...
0
votes
0
answers
131
views
SwiftUI Navigation breaks intermittently when building with Xcode 26
Has anyone else been getting reports of navigations breaking for a random subset of users since upgrading to Xcode 26?
Broadly, it seems that the SwiftUI navigation state falls out of sync with the ...
2
votes
1
answer
146
views
Trying to use /usr/bin/gcc instead of Xcode clang for purposes of C++20
I'm attempting to use the gcc compiler installed at /usr/bin/gcc by homebrew on my MacBook running Tahoe. Every time I run it, it defaults to Xcode's clang instead. I am attempting to compile C++20 ...
1
vote
0
answers
66
views
Trying to build just after installing cordova and getting error after error
I've gone through the documentation, following the steps for installation and app creation, but every time I try to build, I get at least one error, sometimes more. I've noticed at least one step eft ...