Questions tagged [ios13.3]
33 questions
44
votes
12 answers
Library not loaded: @rpath/FBLPromises.framework/FBLPromises iOS 13.3.1
My app crashes on lunch and getting this error:
dyld: Library not loaded: @rpath/FBLPromises.framework/FBLPromises
Referenced from: /private/var/containers/Bundle/Application/11X3EC15-5A16-4E27-AC4A-FB0503E6F1E2/Zeta.app/Zeta
Reason: no suitable…

arata
- 859
- 1
- 8
- 23
11
votes
3 answers
URLSession.shared.dataTaskPublisher not working on IOS 13.3
When trying to make a network request, I'm getting an error
finished with error [-999] Error Domain=NSURLErrorDomain Code=-999 "cancelled"
If I use URLSession.shared.dataTask instead of URLSession.shared.dataTaskPublisher it will work on IOS 13.3.…

Rasul
- 727
- 7
- 20
9
votes
2 answers
Accessibility Inspector not working on Xcode Version 13.3 on macOS Monterey Version 12.3
I launch the Accessibility Inspector from within Xcode but it doesn't let me interact with elements in the simulator.
I relaunched Xcode, the Accessibility Inspector and simulator but it doesn't seem help.
The simulator I'm using is for iPhone…

Sara
- 105
- 1
- 5
6
votes
0 answers
iOS 13.4 When app goto background from foreground network is getting disconnect
Steps to reproduce:
Create a new app and call any API to the server to get data
immediately take the app to background
network get disconnects
below is the log:
2020-03-26 17:21:00.894598+0530 TestApp[783:152843] Connection 2: received failure…

lreddy
- 449
- 6
- 19
5
votes
1 answer
.sink method from Combine not working on iOS 13.3
I'm using sink method to call function when variable value changed.
Code working on iOS 13.2.2 but not on iOS 13.3. Function segmentedChanged not called when segmentedSelected variable changed.
public class ChooseViewModel: ObservableObject {
…

Okzhetpes
- 164
- 1
- 1
- 8
4
votes
0 answers
iOS 13.3.0 - Unresolved error Error Domain=NSCocoaErrorDomain Code=256
I am getting the next error in the Crashlytics reporting tool:
Fatal error: Unresolved error Error Domain=NSCocoaErrorDomain Code=256
"The file “xxxx.sqlite” couldn’t be opened."
…

BernatC
- 979
- 7
- 12
2
votes
0 answers
ReplayKit - Broadcast Upload Extension - EXC_RESOURCE RESOURCE_TYPE_MEMORY
It seems that I encounter a bug from Apple ReplayKit extension.
How to reproduce:
under Xcode 11.3.1 with a device iPhone 6S under iOS 13.3.1
if you try to debug an empty Broadcast Upload Extension under ANY application.
if you authorize the…

Simonp1987
- 21
- 2
2
votes
1 answer
open new tab in Safari IOS 13.3
Good day,
I was trying to open a new tab in Safari IOS 13.3 using javascript (mobile), but no luck.
I'am trying this: a href="#" onClick="window.open(url, '_blank')", however, it is not working on SAFARI, but working in Chrome.
Need some help.…

user3928201
- 125
- 1
- 2
- 8
1
vote
0 answers
Issue recovering filename from PHAsset in iOS 13.3
I am working on an App showing an Info Panel based on pictograms. I am given the user the option to select a pictogram from Photo Library and showing it in the App. As part of the process I am recovering the filename, so that I am able to present…

grodfue
- 11
- 3
1
vote
1 answer
xcode ios simulator The request timed out
I have an iOS 13.3 application running on the XCode iOS simulator. It communicates with a simple python tcpserver on a Raspberry PI running on a local network. The iOS code is based on…

AixNPanes
- 1,170
- 3
- 14
- 33
1
vote
1 answer
SwiftUI iOS 13.3 Missing Navigation Bar title when nested inside TabView
The Navigation Bar title is missing when I put the view within a TabView. Anyone know what's the problem?
struct ContentView: View {
var body: some View {
NavigationView {
TabView {
Text("Tab 1")
…
1
vote
0 answers
Unable to install Enterprise app on iPhone 11 pro max
We are able to install Enterprise app on iPhone 8, iPhone 7, iPhone XR with iOS 13.3 OS version. But the same app unable to install on iPhone 11 pro max. Getting 'Unable to install app' error message.
Any idea why this has happened? Any apple…

Kirti Nikam
- 2,166
- 2
- 22
- 43
1
vote
0 answers
GET API is not working above IOS 13.3 (Time Out) Alamofire 5.0
GET API is not working on above IOS 13.3 (Time Out) and I am using Alamofire 5.0
Here is my API calling code.
let urlRequest = URLRequest(url: URL(string: "https://geturl")!)
let urlString = urlRequest.url?.absoluteString
…

Nayeem
- 51
- 5
1
vote
1 answer
Alamofire API request timeout only on iOS 13.3 devices
Getting request timeout only on on iOS 13.3 but is working fine on below iOS 13.3.
Error Domain=NSURLErrorDomain Code=-1001 "The request timed out."
UserInfo={_kCFStreamErrorCodeKey=-2102, NSUnderlyingError=0x60000193b060
{Error…

Ved Rauniyar
- 1,539
- 14
- 21
0
votes
1 answer
SwiftUI Crash in AG::LayoutDescriptor::Builder::Emitter
I'm trying to find the problem that causes this crash only on iOS 13.2 - 13.3 devices:
3
AttributeGraph
AG::precondition_failure(char const*, ...) + 192
4
AttributeGraph
AG::LayoutDescriptor::Builder::Emitter…

crcalin
- 979
- 6
- 13