I'm just getting started using Frank for BDD on my iOS project. I'm using RestKit with its "$(BUILT_PRODUCTS_DIR)/../../Headers"
header search path. When executing the frank build
command, Frank does not seem to interpret the header search path the right way because it can't find the right header files. This causes a failure during compilation.
Is there some setting I need to set, in the Frank/frankify.xcconfig
file for example?
/Users/Thijs/Development/CE-App/CE-App/CL-App-Prefix.pch:13:9: fatal error: 'RestKit/CoreData.h' file not found
#import <RestKit/CoreData.h>
^
1 error generated.
** BUILD FAILED **
The following build commands failed:
ProcessPCH /var/folders/w_/mt3n3wgs3xs7819j4nmymn_80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/CL-App-Prefix-cnfscskocfnirmdnriqzouhitmle/CL-App-Prefix.pch.pth CE-App/CL-App-Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)