Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
848 stars 134 forks source link

Build issue #102

Closed wprater closed 10 years ago

wprater commented 10 years ago

Im no longer able to build the project. Getting as error such as:

The following build commands failed:
    Lex /Users/wprater/Development/pixate/pixate-freestyle-ios/submodules/pixate-expression-machine/src/ExpressionMachine/Parsing/PXExpressionLexer.lm
(1 failure)

FATAL: XCode build failed for platform: iphonesimulator7.1.

Im running XCode 5.1.1

pcolton commented 10 years ago

Freestyle uses a submodule now, so you need to clone the repo, then

git submodule init git submodule update

then build.