jharwig / PPSSignatureView

iOS Signature Capture Demo
MIT License
1.04k stars 234 forks source link

Doesn't compile with Xcode 6 and iOS 8 #9

Closed alex-hudenko closed 10 years ago

alex-hudenko commented 10 years ago

screen shot 2014-06-06 at 3 27 19 pm

sridvijay commented 10 years ago

Hey, I had the same problem, but I was able to fix it by adding an additional import statement referring to a file in the OpenGLES framework. Pull request sent, but in the meanwhile here it is: 84dd191 Good Luck!

kyfxbl commented 9 years ago

@sridvijay

hi, it works, thanks. but then there's another error message: Undefined symbols for architecture arm64

didn't you meet this problem?