Questions tagged [ios10.2]

39 questions
15
votes
9 answers

"dyld`__abort_with_payload" error on iPhone 5s device

I'm trying to run my app on device (iphone 5s) and I got this error when the device tries to run my app. Then it only shows white screen. What's wrong with my device? My code works fine when I use simulator. Any help would be appreciated!
user-unknown
  • 453
  • 2
  • 7
  • 22
14
votes
9 answers

Automatic signing is unable to resolve an issue with the target's entitlements file

I'm following this tutorial on how to make an app that saves user generated data in iCloud. However, I'm running into this issue, and am so confused about what I need to do. Please help The first error says Automatic signing is unable to resolve…
Theodore.K
  • 384
  • 2
  • 7
  • 21
10
votes
4 answers

Unexpected Replayer Termination

When i run my application in iOS 10.2 iPhone5 using Xcode 8.2.1, am getting following error message. Can any one help me to figure out why this error message is appeared
Vaisakh
  • 2,919
  • 4
  • 26
  • 44
7
votes
1 answer

Speech recognition on iPhone 5

I am using the iOS speech recognition API from an Objective-C iOS app. It works on iPhone 6, 7, but does not work on iPhone 5 (iOS, 10.2.1). Also note it works on iPhone 5s, just not iPhone 5. Is the iOS speech API suppose to work on iPhone 5? Do…
James
  • 17,965
  • 11
  • 91
  • 146
5
votes
1 answer

iOS 10 Local Notifications not showing

I've been working on setting up local notifications for my app in iOS 10, but when testing in the simulator I found that the notifications would be successfully scheduled, but would never actually appear when the time they were scheduled for came.…
Simply Epic
  • 51
  • 2
  • 4
4
votes
2 answers

Why is this simple iCloud storage app failing?

This is my first time making an iCloud app, and I'm following this tutorial (and this supplemental tutorial on how to set up an iCloud app). All it does is accept text (via a "Text View" object), and saves that text (via a UIButton) to a document…
Theodore.K
  • 384
  • 2
  • 7
  • 21
4
votes
1 answer

how to get hyperlinks(URL) from Password Protected PDF on iOS 10.2

I've spent all day trying to get hyperlinks metadata from password protected PDFs in my iPad application.The CGPDF* APIs are a true nightmare, and the only piece of information I've found on the net about all this is that I have to look for an…
Ravindhiran
  • 5,304
  • 9
  • 50
  • 82
4
votes
1 answer

iOS 10.2 UNUserNotificationCenterDelegate / UNTimeIntervalNotificationTrigger Bug?

I'm experiencing a weird bug with iOS 10.2 with UNTimeIntervalNotificationTrigger and UNUserNotificationCenterDelegate. Basically the notification I create is getting picked up by the delegate instantly and then again at the correct internal. This…
rosem
  • 1,311
  • 14
  • 19
3
votes
0 answers

Swift 3/XCode 8.2.1/WKWebView: malloc error calling swift from javascript

After having converted my project to swift 3 I get the following error when I post a simple message (log) from JS though the userContentController contentController.add(self, name: "log") func userContentController(_ userContentController:…
2
votes
0 answers

how to allow both https and http on web view in iOS 10.2 and above

I am working on UIWebView and loading HTTPS url, but if it contains http within it then it does not open. Mainly i need to open mix content in UIWebView. I tried using "NSAllowsArbitraryLoads" enabled, but no luck. My target iOS version is iOS 10.2…
user3513902
  • 163
  • 1
  • 12
2
votes
2 answers

Angularjs: $window.history.go not working in ios

My webapp is using angularjs-1.5.11 and we are using below line to go back in the application: $window.history.go(-1) This is not working in ios 10.2.1 I've tried the below, but didn't work window.history.go(-1)…
CodeTweetie
  • 6,075
  • 3
  • 19
  • 23
2
votes
1 answer

Unable to draw CIImage on GLKView after few frames since updated to iOS 10.2?

Using following code in my application which was performing quiet fine to draw a CIImage on a GLKView again and again as recieved from AVCaptureOutput -didOutputSampleBuffer until I was using iOS <= 10.1.* After updating device to iOS 10.2.1 it has…
khunshan
  • 2,662
  • 4
  • 28
  • 34
2
votes
1 answer

Why with iOS 10.2 UITextFiled Placeholder text default color not gray color?

With iOS 10.2 all the textfields placeholder default color same as the Text color. (means not default gray color),
damithH
  • 5,148
  • 2
  • 27
  • 31
1
vote
0 answers

While loading an embedded HTML page using an iframe tag, the application terminates abruptly

iOS application is implemented in WebView format. Behavior of YouTube embedded player implemented with html in WebView is invalid. Specifically, there are the following events. While loading an embedded HTML page using an iframe tag, the application…
1
vote
1 answer

Swift3 Play multiple video files with AVPlayer

I have a little code which allows me to play a local file when I hit a UIButton. But what I want is to play multiple files on 3 different UIButtons because I have 3 video files which I want to attach to my app. This is the current code: import…
DeDe Schurk
  • 113
  • 11
1
2 3