159,689 questions
0
votes
0
answers
19
views
Fatal 'Index out of range' error when using macOS simulator in Xcode but not when using iOS simulator
I'm completely stumped on this. I can't find anything that clearly explains to me what this code crashes when trying to run in on macOS but runs perfectly when on iOS. I'm very new to SwiftData, and ...
-1
votes
0
answers
19
views
Is there no way to play the default notification sound within my app since iOS 17?
I believe it was iOS 17 where Apple changed the default notification sound from tri tone. In my app I let the user choose the sound of the notifications from a list and let them preview each one. ...
0
votes
0
answers
21
views
XCode - iOS - Flutter- Cannot open `Runner.xcworkspace`
I am trying to port an flutter project into iOS.
Apparently, I need to open Runner.xcworkspace.I can see the file when opening finder from Runner.
But when I click on it, there is no selection (see ...
-3
votes
0
answers
45
views
Can someone explain how to convince xcode not to close the current source file when doing build or run? [closed]
Everytime I build or run in Xcode (26.1.1, but the problem was similar in earlier versions), the source file I had been looking at seems to vanish, being replaced by the build/run log. I have to open ...
0
votes
0
answers
19
views
Changing the default Capacitor Push Notification icon in Ionic XCode Mac ios
The AppIcon inside Apple Xcode project (created with Ionic) was changed several times with success (App icon on ios changes without any problems), but the Push Notification icon remains always as the ...
0
votes
0
answers
28
views
"Always embed Swift Standard libraries" option is not embedding Swift libraries
I am building an iOS app on Flutter. Whenever I try to distribute the app, I get a "SwiftSupport folder is missing" error from App Store Connect. "Always embed Swift Standard libraries&...
0
votes
0
answers
27
views
Flutter iOS build failing with CocoaPods platform version errors, while Android works fine
I am working on a Flutter project that builds and runs successfully on Android (both real device and emulator), but when I try to run the same project on iOS, I keep encountering package-related ...
0
votes
0
answers
44
views
Visual Studio 2022 (MAUI/Xamarin) can’t import Apple .p12 (password accepted, no cert added) and doesn’t show Xcode/manual certificates
I’m building iOS apps with Visual Studio 2022 (MAUI/Xamarin) on Windows paired to a Mac.
In Tools → Apple Accounts → View Details → Certificates, Visual Studio only shows:
iOS Distribution (existing)
...
0
votes
0
answers
31
views
Xcode show full file on debug
Whilst debugging in Xcode 26+ if you click on the stack, it only shows the selected function, I'd like it to show the whole file like it used to do. Ok, you can click on expand file, but it's an ...
0
votes
0
answers
44
views
Flutter CI/CD pipeline. Build input file cannot be found
I'm trying to build a Flutter CI/CD pipeline but I still get this error no matter what. I tried to modify Pods as well, but the
[12:50:25]: ▸ ::error ::error: Build input file cannot be found: '/Users/...
1
vote
0
answers
32
views
Make local SwiftPM package inherit Xcode project compilation conditions
I have a local Swift package used only within my app (not distributed publicly) for the sake of modularizing the codebase and sharing code between schemes. I want to create a compilation condition so ...
0
votes
0
answers
49
views
Flutter iOS build fails with "Null check operator used on a null value" in xcode_backend.dart at _embedNativeAssets [duplicate]
Unhandled exception:
Null check operator used on a null value
#0 Context._embedNativeAssets (file:///Users/16macbook/Developer/flutter/packages/flutter_tools/bin/xcode_backend.dart:341:68)
#1 ...
0
votes
0
answers
26
views
TestFlight install fails with “The requested app is not available or doesn’t exist” despite build showing as Testing [closed]
I’m trying to distribute an iOS app via TestFlight (internal testing), but installation fails with:
Could not install AppName.
The requested app is not available or doesn’t exist.
I’ve gone through ...
Tooling
1
vote
0
replies
34
views
Dynamic screensaver on macOS
Some native macOS screensaver are dynamic, meaning that they have different color schemes during the day.[1]
I understand that dynamic wallpapers work with metadata and the different photos saved ...
0
votes
0
answers
44
views
Xcode build and gradle command fails
When I'm trying to generate an archive in Xcode I get this error :
REPO_ROOT="$PODS_TARGET_SRCROOT"
"$REPO_ROOT/../gradlew" -p "$REPO_ROOT" $...