12 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
105
views
IOS Cordova App - videos not playing - IOS 16.4
We have a very old Cordova iOS app which mainly opens many PDFs and a couple of videos. All the videos and PDFs are embedded inside the build and the app mainly works offline. Users have recently ...
0
votes
1
answer
99
views
NavigationLink interfering with LazyVGrid Spacing
I have a table with three columns consisting of SF symbols, text, and money that I am aligning with LazyVGrid. I would like to add a navigation link (composed of the text and money columns) to a more ...
0
votes
1
answer
2k
views
Flutter app crashing on iOS 16 when restarted because of flutter_facebook_auth pack
I am facing an issue with my Flutter application when running it on a device with iOS 16.
The application works fine when I initially launch it from Xcode, and it also works correctly when I hot ...
0
votes
2
answers
577
views
How do I avoid crash on PDFPage(image: image) with reason EXC_BAD_ACCESS (KERN_INVALID_ADDRESS) on iOS 16+
Same code is working fine on below iOS 16, but crash was observed on higher versions.
Line of Code :
if let errorView = getErrorImageView(),
let page = PDFPage(image: errorView) { // <- ...
0
votes
0
answers
937
views
App not working after update to iOS 16.5: Issue with view change in SwiftUI on iPhone
My app stopped to work after update to 16.5
In my second iPhone where I didn’t update the app work fine and on emulators too, the old versions are the 16.3.1. In my app I use firebase authentication, ...
0
votes
0
answers
47
views
images are cropped after updating IOS to 16.4
I have a Shopify website. Everything was perfect before updating to IOS 16.4 but once updated, some of the full-width images show cropped.
Any idea what could be causing this trouble in the latest ...
2
votes
0
answers
2k
views
ERROR: Unable to get SHSH blobs for this device
Request URL set to https://gs.apple.com/TSS/controller?action=2
TSS server returned: STATUS=94&MESSAGE=This device isn't eligible for the requested build.
ERROR: TSS request failed (status=94, ...
1
vote
1
answer
3k
views
MapKit & iOS 16.4 Issue while rendering polylines
How you guys doing?
So, I have a iOS App, made in Swift.
In this app I have a Map, made with Map Kit and on the iOS 16.4 the polylines don't render correctly.
I have custom Tiles, but I don't think ...
10
votes
1
answer
785
views
SwiftUI expanding list animation broken on iOS 16.4
I have a SwiftUI expanding list built as shown in this article.
Here is my implementation:
struct ContentView: View {
var movies: [Movie]
var body: some View {
List(movies, ...
0
votes
1
answer
759
views
Why some part of my vue file doesn't work with iOS >16.4?
I have a website that works fine on browsers, last Android version but not on the last iOS version (>16.4). I have to precise that it works fine on iOS 16.3.
I know that iOS 16.4 meets a lots of ...
1
vote
1
answer
1k
views
Is it possible to get the height of a sheet when dragging it up in SwiftUI iOS 16.4?
iOS 16.4 added features that allow us to specify presentation detents. For example:
@State var isSheetPresented: Bool = false
@State var detent: PresentationDetent = .height(200)
MyView()
.sheet(...
10
votes
2
answers
7k
views
In M1 Machine Ventura13.3 - Xcode 14.3 build error with UnDefined Symbol on all Pods framework
In M1 Machine Ventura 13.3 - installed Xcode 14.3 and try to build the existing project.
On build getting an error with UnDefined Symbol on all Pods framework.
On the Xcode14.3 release notes I read ...