29 questions
0
votes
0
answers
285
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
1
answer
397
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 ...
6
votes
1
answer
7k
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 ...
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....
5
votes
2
answers
8k
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 ...
0
votes
0
answers
31
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; //...
4
votes
0
answers
644
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 ...
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 ...
1
vote
1
answer
211
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
45
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
0
answers
239
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 ...
4
votes
0
answers
578
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 ...
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 *)...
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 ...
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 version ...