Questions tagged [ios13.2]
29 questions
9
votes
4 answers
iOS 13.2 message: nehelper sent invalid result code [1] for Wi-Fi information request
My app uses locationservices for tracking and geofencing in the background.
Now with iOS 13.2 I see every second the following message in the console:
Anchorwatch nehelper sent invalid result code [1] for Wi-Fi information request
My app does…

Michael Konz
- 503
- 1
- 3
- 20
8
votes
0 answers
Xcode 11, iOS 13.2 - “libMobileGestalt MobileGestalt. c:1647: Could not retrieve region info” Map Error
In the iOS simulator, when running my mapKit view, the debugger goes crazy with a long string of updates and the map never loads, but the GPS does.
This appears to have started after installing cocoa pods with Firebase and Facebook…

Thom Sides
- 117
- 1
- 7
6
votes
5 answers
App crashes on iPhone 6, iOS 12.5 while testing in device using Xcode 13.2
Console:
dyld: Symbol not found: ___chkstk_darwin
Referenced from: /private/var/containers/Bundle/Application/6A606806-B567-4237-9B63-561126BF5E96/Appname.app/Frameworks/libswift_Concurrency.dylib (which was built for iOS 13.0)
Expected in:…

Kiran
- 125
- 2
- 12
4
votes
1 answer
Process kill() returned unexpected error 1 Xcode 11.2 - iOS 13.2 - Swift 5
Text translated by google
I am using a webview and when I upload the data to the webview it shows me these messages. What should I modify, is it a mistake, can it cause problems for my application?
import UIKit
import WebKit
class…

gonzalo
- 41
- 1
- 4
4
votes
2 answers
File size is 0 only for videos in Ionic on iOS 13.2 when selecting videos from Photo Library
In my Ionic3 application I am calculating file size as follows.
HTML
Size: {{ size }}
TS file:…
Sudarshana Dayananda
- 5,165
- 2
- 23
- 45
3
votes
1 answer
MPRemoteCommandCenter doesn't appear on iOS13
I have a video player that show a .m3u8 stream. I've tried to implement the Remote Control but the widget doesn't appear both in lock screen, in the Notification Center and in the Command Center.
I need only to have play-pause, volume controls and…

mferre
- 182
- 1
- 14
3
votes
2 answers
How to solve TextField text Not displaying in IOS Version 13.2.3?
I create an app in XCode 10.2.
Currently, Apple released a new OS version 13.2.3, I update ios Version in a real device and I check my app in the real device.
not displaying text in my textField
How to fix this.
Anybody can help me.

Nikunj
- 655
- 3
- 13
- 25
3
votes
1 answer
App terminated due to cpu use in iOS 13.2
I have a location service based tracking and geofencing app which would run for days and weeks in the background on and iOS 12.2 ff device.
Now with iOS 13.2 the app gets terminated after a variable amount of time, but at least several hours, due to…

Michael Konz
- 503
- 1
- 3
- 20
2
votes
0 answers
iOS 13.2.3 pdfViewGestureRecognize and PDFkit
Here is my Code it work perfectly in iOS 12 but for iOS 13 code can't give exactly values
let pdfViewGestureRecognizer = PDFViewGestureRecognizer()
pdfView.autoScales = true
pdfView.displayMode = .singlePage
…

MidDev
- 182
- 1
- 15
2
votes
1 answer
UIApplication.shared.keyWindow?.addSubview not working
UIApplication.shared.keyWindow?.addSubview not working in ios13
i try many options but not find any solutions.
i want every screen status bar make blue color form AppDelegate .
i try this code.
if #available(iOS 13.0, *) {
/* let window =…

Khushal iOS
- 303
- 2
- 12
2
votes
1 answer
TintColor not changing for UIBarButtonItem for .normal stage in case of iOS 13.2
I have tried the almost max solution and it did not help, selected state color is applying but for a normal state, it's not applying. This issue I am facing specifically in iOS13.2 only.
…

Sanoj Kashyap
- 5,020
- 4
- 49
- 75
1
vote
0 answers
clang: error: no such file or directory: 'UIKit'
I am getting this error when I build my iOS app using Xcode 11.3 and Swift 5.
clang: error: no such file or directory: 'UIKit'
I have deleted DerivedData folder, removed the app from the simulator, ran it in a different Simulator, cleaned the…

Santhosh
- 11
- 1
1
vote
1 answer
iOS - Customisations on my UICollectionViewCell are not applied
I'm programming an iOS application using multiple horizontal UICollectionViews stacked in a StackLayout inside a ScrollView. I want to display imaged in theses collection views but my custom UICollectionViewCell is not showing anything.
Here is what…

rmluux
- 43
- 5
1
vote
1 answer
How to completely hide title bar but not navigation bar in iOS 13 Swift
I have a problem with my app development in Xcode 11.3. I'm developing an app targeting iOS 13.2, and I've edited the navigation bar so that its background is black. However, I can't seem to find a way to delete or hide the title bar. Now it just…

Valdemart
- 19
- 4
1
vote
0 answers
convert string to date but output wrong date
I convert string to date but output wrong date.
I change format date from json (30/12/2019) by replace / to - symbol (30-12-2019)
But value after convert string to date show output 23-12-2018 output wrong date
why date change from …

SaturdaySister
- 11
- 2