[xcode][编译错误]
便于开发中不覆盖线上版本,新建了一个Configurations
使用一个新的Bundle Identify
。但是由于项目中使用了自定义的framework
,编译的时候,引入了一个错误。
解决方案:在
Framework Search Paths
和Header Search Paths
中添加$(BUILD_DIR)/Release$(EFFECTIVE_PLATFORM_NAME)
即可
Xcode custom build configuration causes “library/file not found” for static libraries
iOS Static Library as a Subproject of a Project That Has Custom Build Configurations?