Skip to main content
Filter by
Sorted by
Tagged with
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....
Kous92's user avatar
  • 101
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 ...
Shikha Sharma's user avatar
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 ...
Paulo Silva's user avatar
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 ...
user6631314's user avatar
  • 2,042
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 ...
Darren Ehlers's user avatar
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/ ...
CodingNoob's user avatar
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 ...
Exemplet's user avatar
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 ...
Shah Wali Khan's user avatar
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. ...
Efe Γ‡ağatay ERCAN's user avatar
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....
rezivor's user avatar
  • 123
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/...
Kushal Magar's user avatar
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....
rolinger's user avatar
  • 3,170
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 ...
Philip Gerou's user avatar