在我的 xcode 项目中,我包含了两个外部库,DTCoreText 和 GMGridView。我在项目中也有自己创建的子模块
当我执行。“frank build”,我观察到,“build”文件夹是为每个子模块(由我创建)和主项目创建的。但是,没有为上述两个项目创建“build”文件夹,我已经将它们包含在我的主项目中。
最后,构建失败
clang: error: no such file or directory: '/Users/prabodh.prakash/Documents/xcode_workspace/<Project Name>/GMGridView/build/Debug-iphonesimulator/libGMGridView.a'
clang: error: no such file or directory: '/Users/prabodh.prakash/Documents/xcode_workspace/<Project Name>/DTCoreText/build/Debug-iphonesimulator/libDTCoreText.a'
请帮忙。如果需要任何其他信息,请告诉我。