Questions tagged [ios16.4]
11 questions
5
votes
2 answers
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 that in the deprecated section, it does not…

PrasathBabu
- 4,716
- 4
- 19
- 35
3
votes
1 answer
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, children: \.movies) { movie in
…

nelson PARRILLA
- 498
- 1
- 6
- 17
2
votes
0 answers
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, message=This device isn't eligible for the requested…

Wassim Sliti
- 31
- 1
1
vote
1 answer
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 that's the problem because on the above versions it…

Reborned BBIAJ
- 29
- 4
1
vote
1 answer
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(isPresented: $isSheetPresented) {
…

Nicolas Gimelli
- 695
- 7
- 19
0
votes
0 answers
Are "Document Types" working in iOS 16 and iOS 17?
I have problems making "Document Types" property to work on iOS. My goal is to show my app in the Share dialog appearing when user taps on an image in their Photos gallery and then taping on the Share menu item.
Despite setting Document Types option…

Ivan Nikitin
- 3,578
- 27
- 39
0
votes
0 answers
iOS 16 App is not going in to background state
I have created a sample Hello World App and I am testing it on Device. But when I go to the background and the App state it's still showing the foreground. Does anyone face this problem?

Waqas Mahmood
- 354
- 3
- 12
0
votes
1 answer
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) { // <- Crash Observed on this line.
…

ShashiKant_B
- 3
- 4
0
votes
0 answers
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, cloud messaging, realtime database. The login…

Xing Guang Wu
- 1
- 1
0
votes
0 answers
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 version of IOS?
Screenshot to compare:
Screenshot

Nazmus Sakib
- 1
- 1
0
votes
1 answer
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 issues and that's why I've waited for iOS 16.4.1 to…

Petitemo
- 85
- 2
- 10