acerbetti / ACEDrawingView

An open source iOS component to create a drawing app
Apache License 2.0
665 stars 171 forks source link

"Invalid suffix '.1' on floating constant" #95

Open JinkProject opened 6 years ago

JinkProject commented 6 years ago

We are getting this error in the ACEDrawingView.h file. Is it possible that you could change this to a string?

stevelandeyasana commented 6 years ago

I only get this when there is another error in my project. Annoying, but I haven't found it to affect any otherwise error-free builds.

acerbetti commented 6 years ago

Sorry, I don't see this error compiling the project. Could you please add more details to reproduce it ?

JinkProject commented 6 years ago

@acerbetti Like @stevelandeyasana mentioned, it is only ever an issue when there are other errors in the code, but it's a bit misleading and that is a major issue. screen shot 2018-07-10 at 11 33 40 am

JinkProject commented 6 years ago

@acerbetti any updates on this?