-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels