Questions tagged [ios11.2]
48 questions
0
votes
1 answer
Http Request iOS 11.2 failes
I try to make a http request to my server to get a JSON, but every time I try it I get this error message.
2018-03-26 16:53:32.477431+0200 S_Buddy[40041:3435695] [] nw_socket_connect connect failed (fd 8, 172.227.96.127:443 stream, pid: 40041,…

G.Mohr
- 15
- 5
0
votes
1 answer
EXC_BAD_ACCESS KERN_INVALID_ADDRESS ios 11.2 swift 4.0
I am facing crash in the following code only in iOS 11.2. I am using swift 4.0. I tried to debug for hours to reproduce the crash but could not succeed. Here is the code
func prepareNewConnection(conn:String) -> RTCPeerConnection {
let uuid =…

Fawad Masud
- 12,219
- 3
- 25
- 34
0
votes
1 answer
VideoToolbox on iOS 11 SDK works oddly
I developed H264 player (most ideas are taken from How to use VideoToolbox to decompress H.264 video stream) and it worked on XCode 8.2.1 perfectly.
But now I built the same project in XCode 9.2 and for iOS 11.2 SDK and it works in emulator but does…

Timofey Konshin
- 219
- 2
- 6
0
votes
1 answer
Hiding an UIView takes a long time
Good day ...!
I want to simply hide an UIView (called "secondView") by pressing a button inside it.
The problem I'm running into is that when I press the button, it takes a long time (about 20 seconds) to perform the method and hide its superview,…

Morteza J.M.
- 1
- 2
0
votes
0 answers
CFNetwork crashed on iOS 11.2.x
My app encountered this crash in recent months.From the stacktrace as the following, I can‘t find any clue.This crash only happened on iOS 11.2.x and background thread. This bug almost happened only once on each user's device. I don't know if it is…

Daemonson Dong
- 182
- 3
- 11
0
votes
1 answer
Bluetooth LE iOS unable to scan in background
Setup, uniqueness of the situation, and success scanning in foreground
I am trying to pick up bluetooth readings from a CBPeripheral device. What is interesting about this particular device is that it sends out UUIDs that are embedding information…

wheresmycookie
- 683
- 3
- 16
- 39
0
votes
2 answers
Image is shown as black and red colors only in ARKit
We are trying to create a SCNNode with a SCNMaterial which has an image (.png extension) in ARSCNView with the ARKit framework.
The problem is that image rendering has a problem that image is shown as black and red colors only, it doesn't render…

ondermerol
- 524
- 1
- 11
- 29
0
votes
3 answers
Clearing a single notification in iOS 11.2 clears them all
Since iOS 11.2, clearing a single notification from my app seems to clear them all. I can't seem to figure out what's happening as no code was changed.
My UNNotificationRequest are created with GUUIDs to be universally unique (since my app allows…

strangetimes
- 4,953
- 1
- 34
- 62
0
votes
1 answer
unable to restrict app resetting data in ios 11.2 when we relaunch app using appium
I need to close the app and relaunch it at the same position where i closed it, for this am using closeApp and launchApp methods. But when i launch the app, it is launching the app from beginning. I tried with noReset and fullReset options. Am using…

Stephen
- 93
- 1
- 1
- 5
0
votes
1 answer
EAAccessory issue at iOS 11.2.1 External accessory not writing data to MFi device via Lightning connector
iOS 11.2.1, External accessory not writing data to MFi device via Lightning connector,
After checking ATS log provided by apple, iPhone is sending bad packet to the hardware only when connected with USB lightning cable. It works perfectly for BT…

Pushpa Raja
- 642
- 6
- 17
0
votes
0 answers
iOS 11.2 Memory Leak?
I'm working on running some memory tests on one of my applications, and I was rather surprised when I ran into a huge leak on a view controller I had never seen leaking before. The profiler is not flagging it as a leak, but the memory continues to…

Eagle11
- 661
- 8
- 25
0
votes
1 answer
Algorithmia RecognizeCharacters version 0.3.0 service response time differs on iOS 10 and iOS 11 device
We are using Algorithmia .../ocr/RecognizeCharacters/0.3.0 service to post image png data and get Characters Recognized in our Swift 4 App.
We had tested it earlier on iOS 10 device (iPhone5s) and the time was around 1 minute for single scan.
Now we…

SHS
- 1,414
- 4
- 26
- 43
0
votes
1 answer
Embedding Navigation Controller in a Tab Bar Controller changes Safe Area for View Controller
I have a view for which I'd like to show it with a navigation at the top and a tab bar at the bottom. This view will be opened from a tab in top-level Tab Bar Controller.
When I embed a Navigation Controller in a Tab Bar Controller for this view,…

mert
- 1,942
- 2
- 23
- 43
0
votes
3 answers
App crash on iOS 11.0.2, no suitable image found
dyld: Library not loaded: @rpath/AFNetworking.framework/AFNetworking
Referenced from: /var/containers/Bundle/Application/
Reason: No suitable image found.

shiv
- 39
- 8
0
votes
1 answer
iOS 11.2 custom navigation bar infinite loop
Since the release of IOS 11.2 my app is encountering an infinite loop when pushing a view controller whose navigation controller has a custom navigation bar height. Did someone find the solution for this problem? Thanks.
-(void)layoutSubviews{
…

molarosa_jr
- 1
- 2