You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an old Object C code which I tried to resurrect from death. I am using xcode 9.3 and building for IOS 11.2 On the file DDCurrencyUnitConverter.m I see warning on line bellow :
NSURLConnection *imfConnection = [[NSURLConnection alloc] initWithRequest:imfRequest delegate:tmpDelegate];
The warning is 'initWithRequest:delegate:' is deprecated: first deprecated in iOS 9.0 - Use NSURLSession (see NSURLSession.h)
Is there a newer build of DDmathParser for Objective C ? Or am I out of luck ?
Thanks
Tom
The text was updated successfully, but these errors were encountered:
HI Dave:
I have an old Object C code which I tried to resurrect from death. I am using xcode 9.3 and building for IOS 11.2 On the file DDCurrencyUnitConverter.m I see warning on line bellow :
NSURLConnection *imfConnection = [[NSURLConnection alloc] initWithRequest:imfRequest delegate:tmpDelegate];
The warning is 'initWithRequest:delegate:' is deprecated: first deprecated in iOS 9.0 - Use NSURLSession (see NSURLSession.h)
Is there a newer build of DDmathParser for Objective C ? Or am I out of luck ?
Thanks
Tom
The text was updated successfully, but these errors were encountered: