NMAC427 / SwiftOCR

Fast and simple OCR library written in Swift
Apache License 2.0
4.62k stars 480 forks source link

Can't build any of the example project #52

Closed ferdinandl007 closed 7 years ago

ferdinandl007 commented 7 years ago

When trying to build any of the example projects I get the following error /Users/ferdinand/Library/Developer/Xcode/DerivedData/SwiftOCR_Training-gomzjvpwejvmqhcbyowxjqloqzmd/Build/Intermediates/GPUImage.build/Debug-iphoneos/Documentation.build/Script-BC552B3A1558C6FC001F3FFA.sh: line 5: /usr/local/bin/appledoc: No such file or directory

Any suggestions how I can fix this thanks in advance

geowarsong commented 7 years ago

Try to delete your Xcode's DerivedData folders content, And try to build project again, hope it will help

nazrdogan commented 7 years ago

Change

From screen shot 2016-11-24 at 11 50 56 to screen shot 2016-11-24 at 11 51 09

ferdinandl007 commented 7 years ago

I got it working thank you so much for your help!