Questions tagged [ios11.3]

29 questions
2
votes
0 answers

Issue with UIActivityViewController

I am using UIActivityViewController for image sharing, In this, I am getting an error, SLRemoteComposeViewController: (this may be harmless) viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "(null)"…
Vandit Mehta
  • 2,572
  • 26
  • 41
2
votes
1 answer

iOS: xcode 9.3 no simulator found for iOS 11.3 after update

Recently i have updated my Mac OS version to High Sierra(10.13.4).Then I updated the XCODE version to Version 9.3. After successful installation i am trying to run my project on it i found there is no simulator for this version of xcode…
Abhinandan Pratap
  • 2,142
  • 1
  • 18
  • 39
1
vote
0 answers

App built in release mode using Xcode 11 getting crashed in iOS 11.3 while launching

I have built my application in Xcode 11 and it is launching in all iOS version from 10 to 13.1 under debug mode. But in iOS 11.3 under release mode(After archiving), my app is getting crashed when launching it. I am not able to see any crash log to…
Ashok
  • 499
  • 4
  • 13
1
vote
0 answers

Debugging Issues using iOS Web Inspector

I have a web application project which is built using asp.net mvc. It is built with custom views for mobile devices and combines a combination of knockout and razor bindings. The app started crashing when iOS upgraded to version 11.3.1 on one…
1
vote
1 answer

Reading Image Files iOS 11.3 and 11.4 in native Webview Cordova/Phonegap app

In the context of an HTML/Cordova app: Before iOS 11.3 you could use an an input with type="file" in your html to open the Photos library in iOS and select an image. Then using FileReader you could do something with the fetched image in your…
user1791914
  • 616
  • 9
  • 23
1
vote
1 answer

How to move and rotate SCNode using ARKit and Gesture Recognizer?

I am working on an AR based iOS app using ARKit(SceneKit). I used the Apple sample code https://developer.apple.com/documentation/arkit/handling_3d_interaction_and_ui_controls_in_augmented_reality as base for this. Using this i am able to move or…
Vidhya Sri
  • 1,773
  • 1
  • 17
  • 46
1
vote
1 answer

MPMusicPlayerController and iOS 11.3

I have an iOS app which works fine on iOS 6.0 through 11.2, but just started failing on 11.3(.1) and 11.4 betas. The app plays the songs in a playlist from the local device. I have extracted the basic parts of the app for a test case and it fails…
1
vote
0 answers

Knockout observable about an object property with a method value fails on IOS 11.3 (FIX)

Our product failed on IOS 11.3 with a generic, "problem repaetaed occured on ". It would work fine when connected to a remote debugger on MAC making it hard to find out the cause. I have invested considerable time on it to find out the actual cause.…
mr.G
  • 19
  • 3
0
votes
0 answers

why I m getting clang error when i run on Xcode 12?

I am facing clang error when I am trying to run the source in Xcode 12.5 But it is working fine in 11.4 In file included from :1: PrefixHeader.pch:15:2: fatal error: malformed or corrupted AST file: 'mismatched umbrella headers in submodule' #import…
Sushmitha
  • 11
  • 2
0
votes
1 answer

UITableview Flickering in ios 11 while working correctly in iOS 10.2

I am trying to update my cell size when I click on particular cell.My table gets update perfectly in iOS 10.2 but my table flickers when I run my code on iOS 11 .I am also getting warning in iOS 11 that -[UIApplication application state] must be…
0
votes
1 answer

Unable to get file name Uning UIImagePickerController

I am newbie in swift i stuck in a little problem. I am attaching image using UIImagePickerController. Good thing is that successfully attached an image but unable to get attached file name. I tried several solutions like…
Ahmad Qasim
  • 452
  • 1
  • 8
  • 26
0
votes
0 answers

Set NSArray as a property of custom class

I have created one sub class / custom class of UIView Here is MultiColorView.h file. #import @interface MultiColorView : UIView @property (strong, nonatomic) NSArray *colors; // default is nil @end Here is MultiColorView.m…
VRAwesome
  • 4,721
  • 5
  • 27
  • 52
0
votes
2 answers

Firebase Storage Download Response Error

I have been able to successfully upload images to firebase storage but have been unable to successfully download the image. I have attempted to download images in all three of the suggested ways on Firebase Storage Guides: 1) Download to NSData in…
0
votes
0 answers

Web app losing local storage when run from Home Screen iOS 11.3

We have a java script web application. We store user credentials in local storage, so that the users stay logged in/do not need to enter their credentials every time they run the app. The web app is run by adding to home screen, and running from…
smitra
  • 597
  • 3
  • 6
  • 18
1
2