jcmontiel / SignatureViewExample

12 stars 3 forks source link

Error in Xcode 4.6.2 on iOS 6.1 Simulator #1

Closed cliftonlabrum closed 10 years ago

cliftonlabrum commented 11 years ago

I downloaded the example and attempted to build it and got the following error:

Apple LLVM compiler 4.2 Error Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

Any idea what could be wrong?

jcmontiel commented 11 years ago

Sorry for the late response, I'm not in the habit of checking the example app. This repo contains the actual SignatureView project as a git submodule. Be sure to pull the submodules as well.

hiren443 commented 10 years ago

I tried to sign in the Landscape mode but it's not working proper.

jcmontiel commented 10 years ago

I'm having no issues. Make sure to pull the latest commits. Let me know if you still have issues.

hiren443 commented 10 years ago

First sign in portrait mode than change the orientation, it shows black screen.

jcmontiel commented 10 years ago

I added invocations of the rotation method on the super class. I don't have this issue. I'm closing this issue. If you still have a problem, please open another separate issue. Thanks!

jcmontiel commented 9 years ago

hiren443, I fixed the issue with the black screen after signing and rotating. The frame buffer was being destroyed and created on every layout. It now only occurs once when the view initially gets layer out.