9 questions from the last 7 days
-1
votes
1
answer
86
views
Flutter app shows black screen on iOS device (works on Android, no errors)
I'm trying to run my Flutter app on a real iOS device.
The app installs successfully, Firebase initializes, and logs show normal navigation (Splash → Onboarding).
But the screen becomes completely ...
0
votes
1
answer
52
views
How to print async properties in LLDB?
private var maximumDistanceForTrailingHandle: CGFloat {
get async {
return ...
}
}
(lldb) po maximumDistanceForTrailingHandle
warning: <EXPR>:11:7: initialization of variable '$...
0
votes
0
answers
56
views
Xcode 26.1.1 React Native build fails: “Could not delete ios/build” & “Operation not permitted”
I’m building a React Native 0.72.10 iOS app and hitting build errors.
Environment:
macOS: Apple M4, Sequoia 15.7.2
Xcode: 26.1.1
React Native: 0.72.10
Errors:
Could not delete /Users/.../ios/build ...
-2
votes
0
answers
44
views
Command PhaseScriptExecution failed with a nonzero exit code or "Improperly formatted define flag" [closed]
Final Working Solution (after struggling with this bug for a long time)
I ran into this issue after reinstalling Android Studio (I use it for Flutter).
For a long time I tried to fix the error by ...
0
votes
0
answers
58
views
Container Failing to Initialize After a Successful Migration & Initialization
I'm experiencing the following error with my SwiftData container when running a build:
Code=134504 "Cannot use staged migration with an unknown model version."
Code Structure - Summary
I ...
0
votes
1
answer
43
views
Create an .xcframework from Swift Package with binaryTarget
I need to pack an API that depends on a C binary into a single xcframework.
This task seems to be quite tricky because I cannot find any helpful resources. I don't know how to proceed.
I have a ...
0
votes
0
answers
51
views
CocoaPods install error: “version of CocoaPods used to generate the lockfile (1.16.2) is higher than the current executable (1.15.2)” in react native
I'm working on a React Native iOS project using React Native 0.81.4, and I'm getting a CocoaPods–related error when running:
Installing Ruby Gems
Installing CocoaPods dependencies with New ...
-4
votes
0
answers
26
views
With an Xcode project in despair because of package [closed]
I am only relatively new to the community. However, I can't get a few packages together and now I don't know how to get any further and I'm still at the beginning of my project, I would also be ...
0
votes
0
answers
28
views
Export an SDL2 Console Application in Snow Leopard Xcode
I am trying to write games on Mac OS X Snow Leopard, and for that I use Xcode 4.2 and the oldest version of SDL2 available on their GitHub (the later ones only work with Lion and newer), and my ...