Just a very minor thing: I was trying to include a .cc file from a library in my block, but leaving it out of the build step. <source buildExclude="true"> wasn't working (the file was added but still compiling) until I changed it to <header buildExclude="true">.
Only tested in Xcode 7.0.1.
Just a very minor thing: I was trying to include a .cc file from a library in my block, but leaving it out of the build step.
<source buildExclude="true">wasn't working (the file was added but still compiling) until I changed it to<header buildExclude="true">.Only tested in Xcode 7.0.1.