Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDMathParser with Xcode 9.3 and IOS #153

Open
tomvolek opened this issue Apr 14, 2018 · 1 comment
Open

DDMathParser with Xcode 9.3 and IOS #153

tomvolek opened this issue Apr 14, 2018 · 1 comment

Comments

@tomvolek
Copy link

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

@tomvolek
Copy link
Author

In case someone is stuck with Objective C and doesn't have time to port their app to swift and wants to use Dave's great DDMathParser. He points to a 2015 Tag of his library in this post :
https://stackoverflow.com/questions/33621964/how-do-i-use-ddmathparser-with-objective-c?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

Tom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant