Do the following to fix the Three20 framework compile time isssues with Xcode 4
Protect.command
Remove cd ${CONFIGURATION_BUILD_DIR}${PUBLIC_HEADERS_FOLDER_PATH}
Add ${CONFIGURATION_BUILD_DIR}/..${PUBLIC_HEADERS_FOLDER_PATH}
Paths.xcconfig
Remove HEADER_SEARCH_PATHS = $(STDLIB_HEADERS) “$(CONFIGURATION_BUILD_DIR)/../three20″
Add HEADER_SEARCH_PATHS = $(STDLIB_HEADERS) “$(CONFIGURATION_BUILD_DIR)/../../three20″
Main project build settings
OTHER_LDFLAGS = (
“-ObjC”,
“-licucore”,
“-all_load”,
);
Blogged with the Flock Browser
