Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
285 views

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: '...
Sushmitha's user avatar
0 votes
1 answer
397 views

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 ...
user9294044's user avatar
6 votes
1 answer
7k views

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 ...
US-1234's user avatar
  • 1,539
2 votes
3 answers
5k views

following code var webView: WKWebView! override func loadView() { super.loadView() self.webView = WKWebView(frame: .zero) view = webView } override func viewDidLoad() { super....
Ryuichi Aida's user avatar
5 votes
2 answers
8k views

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 ...
Friedrich Siever's user avatar
0 votes
0 answers
31 views

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; //...
VRAwesome's user avatar
  • 4,803
4 votes
0 answers
644 views

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 ...
Bhushan B's user avatar
  • 2,510
0 votes
2 answers
1k views

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 ...
Sam Jensen's user avatar
1 vote
1 answer
211 views

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 ...
Kevin Wheeler's user avatar
1 vote
0 answers
45 views

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 ...
mr.G's user avatar
  • 19
0 votes
0 answers
239 views

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 ...
smitra's user avatar
  • 607
4 votes
0 answers
578 views

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 ...
lauren1573's user avatar
8 votes
2 answers
4k views

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 *)...
spp's user avatar
  • 103
2 votes
1 answer
4k views

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 ...
Abhinandan Pratap's user avatar
63 votes
10 answers
50k views

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 ...
Piyush Sanepara's user avatar