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'm trying to use DDMathParser in its simplest form of the copy and pasting the code provided in the Wiki and i get the error that is in the title of this issue for this code.
let value = try "1 + 2".evaluate()
Im using Xcode 7 with Swift 2 and installed DDMathParser with CocoaPods.
The text was updated successfully, but these errors were encountered:
but where the right way example? i create a new blank project anh write the first example code is
let value = try "1 + 2".evaluate()
and get this error? please help for begining useer! Thank you so much!
I'm trying to use DDMathParser in its simplest form of the copy and pasting the code provided in the Wiki and i get the error that is in the title of this issue for this code.
let value = try "1 + 2".evaluate()
Im using Xcode 7 with Swift 2 and installed DDMathParser with CocoaPods.
The text was updated successfully, but these errors were encountered: