kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

Conditional binary operator expected #130

Closed jtkendall closed 10 years ago

jtkendall commented 10 years ago

I've followed the instructions in the readme, added my files, made sure the headers were Public and my schema is set to Release, however when building I'm getting this error:

Script-03A0AF2F1773811600B607FF.sh: line 114: conditional binary operator expected
Command /bin/sh failed with exit code 2

I've looked at all of the scripts that are in the build phase and the only one with a line 114 is the last one and there is no conditional statement there, it's actually a blank line right before echo rm -rf "${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.embeddedframework"

Am I missing a step somewhere? I just installed this today from the code in the master branch. I'm using Xcode 4.6.3 (4H1503) with a deployment target of iOS 5.1.