iphone - IOS error compiling source code? -


i downloaded source code ios coloring book from github :

when try compile these errors, , don't understand mean:

    0 clang 0x0000000100c57bb2 main + 12932498 clang: error: unable execute command: segmentation fault: 11 clang: error: clang frontend command failed due signal (use -v see invocation) apple llvm version 4.2 (clang-425.0.28) (based on llvm 3.2svn) target: i386-apple-darwin11.4.2 thread model: posix clang: note: diagnostic msg: please submit bug report http://developer.apple.com/bugreporter/ , include crash backtrace, preprocessed source, , associated run script. clang: error: unable execute command: segmentation fault: 11 clang: note: diagnostic msg: error generating preprocessed source(s). command /applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang failed exit code 254 

did follow instructions? tried build after cloning primary directory, got lots of problems, re-read instructions , found this:

instructions    clone coloring-book-ios repository, or alternatively, clone   fork of coloring-book-ios repository, along   submodules.    git version 1.6.5 or higher, run:      git clone --recursive https://github.com/byronsanchez/coloring-book-ios.git     cd coloring-book-ios     assets/scripts/build.sh    other versions of git, run:      git clone https://github.com/byronsanchez/coloring-book-ios.git     cd coloring-book-ios     git submodule update --init     assets/scripts/build.sh 

once followed 1.6.5 or higher (and ignored build.sh warning instructions in file) built fine using xcode 4.6.3.


Comments

Popular posts from this blog

design - Custom Styling Qt Quick Controls -

Unable to remove the www from url on https using .htaccess -