Questions tagged [ios11.3]
The ios11.3 tag has no usage guidance.
ios11.3
29
questions
63
votes
10
answers
50k
views
Model is running iOS 10.2 (14C92), which may not be supported by this version of Xcode
I am facing this error, i am done with research on that.
I conclude the result, i need one file for device support 10.2(14C92)
Please share that file.
GoTo:
Right click on Xcode 8 or Newer ...
44
votes
0
answers
2k
views
What is `Can't find variable: loadHomepageTiles` error on iOS 11.3
I recently came across this error message: Can't find variable: loadHomepageTiles on our error logs from one of our angularjs 1.6 mobile applications.
This seems to only happen on iOS devices running ...
13
votes
2
answers
6k
views
Prevent iOS 11.3 overflow bouncing
I've been making use of the preventDefault technique on the touchmove event since now, when I noticed it doesn't seem to work anymore on iOS 11.3, for neither Safari, nor Chrome or Firefox:
document....
8
votes
2
answers
4k
views
WKWebview getAllCookies crash in iOS 11.3
We have recently migrated to WKWebview. We have added a listener for cookie change, to get the updated cookies and update our own store.
- (void)cookiesDidChangeInCookieStore:(WKHTTPCookieStore *)...
8
votes
1
answer
651
views
App Transport Security issue with AVAudioPlayer loading local file objective-C, XCode 9
I have an app which loads a bundled m4a audio file as a local resource and it has worked well for many years now. I'm updating the app to iOS 11.3/XCode 9.3 and it is now failing on iPad (works on ...
8
votes
2
answers
819
views
WebCore bmalloc::IsoAllocator crashes in iOS 11.3
I am getting crash like this in fabric crashlytics:
WebCore
bmalloc::IsoAllocator >::allocateSlow(bool)
Any clue to resolve this issue?
6
votes
1
answer
6k
views
Push notification is not working when app is in background (minimized) - iOS
I'm newbie to Swift, I am creating chat application, I need to send notification when app is in foreground or minimized.
But I am not getting the notification when app is minimized (it works when USB ...
5
votes
1
answer
1k
views
PWA standalone issue while redirection in ios 11.3
When redirecting PWA app to another site(which is login page of our site)opens in safari browser not in standalone mode in ios11.3.(We are using parent.href in javascript to redirect to another site ...
4
votes
2
answers
7k
views
How to disable viewport zooming in iOS 11.3 safari?
I ve tried all (yes all!!!) the solutions from this question and nothing seems to be working with iOS 11.3?
Did someone had success with preventing pinch to zoom with ios 11.3?
PS: I know that there ...
4
votes
0
answers
551
views
How to achieve greater accuracy in measuring distance using ARKit?
I have optimized ARular app according to my requirement. I have to calculate width of the objects in vertical planes.
Both apps (ARular and my modified app) calculates width of the object within close ...
4
votes
0
answers
577
views
XCcode9.3/iOS11.3 fmdb/sqlite will be crash
XCcode9.3 run project when First time In Debug, fmdb/sqlite crashes most of the time.
some info is: "BUG IN CLIENT OF sqlite3.dylib: illegal multi-threaded access to database connection"
Did some ...
3
votes
4
answers
4k
views
Work around to WKWebView http POST no longer sending parameters in iOS 11.3
My application has two views :
a login view awaiting user credentials
the main view containing the webview
When the user inputs his credentials, a native asynchronous POST method is sent to the ...
3
votes
0
answers
300
views
API request failed on iOS 11.3/11.4 when called through VPN connection
VPN connection created successfully on iOS 10 and also API request executes successfully.
Also, VPN connection created successfully on iOS 11.3 and 11.4 but API request get failed and showing below ...
2
votes
3
answers
5k
views
Can't set httpBody on WKWebView POST request in iOS11.3
following code
var webView: WKWebView!
override func loadView() {
super.loadView()
self.webView = WKWebView(frame: .zero)
view = webView
}
override func viewDidLoad() {
super....
2
votes
1
answer
4k
views
iOS: xcode 9.3 no simulator found for iOS 11.3 after update [duplicate]
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 ...
2
votes
0
answers
244
views
IOS 11.3 PWA clears login token on startup
Unfortunately it seems IOS 11.3 progressive web apps start completely fresh every time its opened from the home screen. Because of this the user is having to login each time the app is opened, has ...
2
votes
0
answers
962
views
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=...
1
vote
1
answer
3k
views
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 ...
1
vote
0
answers
71
views
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 ...
1
vote
0
answers
67
views
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 ...
1
vote
1
answer
191
views
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 ...
1
vote
1
answer
208
views
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 ...
1
vote
0
answers
40
views
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 ...
0
votes
1
answer
380
views
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 ...
0
votes
1
answer
30
views
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 ...
0
votes
0
answers
222
views
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: '...
0
votes
0
answers
26
views
Set NSArray as a property of custom class
I have created one sub class / custom class of UIView
Here is MultiColorView.h file.
#import <UIKit/UIKit.h>
@interface MultiColorView : UIView
@property (strong, nonatomic) NSArray *colors; //...
0
votes
2
answers
1k
views
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 ...
0
votes
0
answers
214
views
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 ...