13 questions from the last 7 days
3
votes
1
answer
144
views
Text with Liquid Glass effect with SwiftUI
I'm looking for a way to implement Liquid Glass effect in a Text, and I have issues.
If I want to do gradient effect in a Text, no problem, like below.
Text("Liquid Glass")
.font(Font....
0
votes
1
answer
46
views
SwiftUI: stop scrolling behind sticky header while using sections
I've three views which I've added in a LazyVStack in a ScrollView. My intention is to stick RewardsTabItems to top and not let RewardsTabContainer scroll behind RewardsTabItems. I have achieved the ...
0
votes
0
answers
47
views
Navigation bar back button βjumpsβ on first push from TabBar root on iOS 26 Beta
Short description / problem
When I push from a tab bar root navigation controller to a new screen, the navigation bar back button jumps (moves out of place) briefly during the push animation and then ...
0
votes
0
answers
43
views
Server api endpoint SSL requirements for IOS 18 requests
I am trying to make a Get Request to a server endpoint. The endpoint is on a shared host that I control except that I have minimal control over the SSL.
Recently--I think since IOS 18, after an ...
0
votes
0
answers
20
views
When trying to add Firebase-iOS-SDK to my project, Failed to resolve dependencies
Xcode 26b7 & Xcode 16.4
I added this line to my Package.swift:
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", .upToNextMajor(from: "12.2.0")),
And get this ...
0
votes
0
answers
19
views
Xcode project generated by Premake shows files flat instead of nested folders
Iβm using Premake5 to generate an Xcode workspace for a C++ project.
My current folder structure:
.
βββ premake5.lua
βββ DKEngine.xcworkspace
βββ bin/
βββ obj/ ...
0
votes
0
answers
46
views
VMware Mac OS crashes when running iPhone simulator / emulator [closed]
I have a Windows 11 PC (AMD Ryzen 9 5900x) with VMware with a Mac OS Monterrey, and have a problem with the VM crashing when using an iPhone emulator, it runs for a minute then crashes. Can't figure ...
0
votes
0
answers
26
views
Testflight Error: The requested app is not available or doesnβt exist [closed]
Whenever I upload new build to appstore and try to test it using testflight, the app is added to testflight but it does not install and show error message "The requested app is not available or ...
0
votes
0
answers
13
views
React Native / Expo Prebuild β Local images not showing in TestFlight but work in simulator
Iβm having a strange issue with my React Native (Expo prebuilt) iOS app. Everything works perfectly in the simulator, but when I test it via TestFlight, the images and background images do not appear. ...
0
votes
0
answers
9
views
Xcode validation error: βApp sandbox not enabledβ for bundled executables (already sandboxed & signed)
Iβm getting this validation error when submitting/building my macOS app: (with Xcode 26 beta on macOS 26 beta)
App sandbox not enabled. The following executables must include the "com.apple....
0
votes
0
answers
33
views
Build issue Flutter Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
Error (Xcode): Build input file cannot be found: '/Users/medhavhidevice/Desktop/bhawani/medhavhi-mobileapp-bloc/build/ios/Debug-iphonesimulator/video_player_avfoundation/...
0
votes
0
answers
39
views
Cordova and Xcode ios how to modify existing podfile post_install config
How can I add post_install configurations to an existing podfile that already has a post_install section? I need to add a line to fix a build clang ld linker error to debug-iphonesimulator myapp....
0
votes
0
answers
12
views
"WebDriverAgentRunner" requires a development team error, when a development team has been selected
Receiving error: Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the Signing & Capabilities editor.
I have a team selected, and the bundle ...