无法生成ipa:存档失败

  • 本文关键字:失败 ipa ios xcode5 ipa
  • 更新时间 :
  • 英文 :


Xcode项目在模拟器中运行良好,但我无法制作ipa。

存档时显示错误。。

错误:Lexical or Preprocessor issue Classes/ViewControllers/QUProgramDetailsController.h:13:9: 'ProgramDetailsDTO.h' file not found and Archive gets failed

有谁能帮我吗?

确保Framework及其所有headers正确导入到您的项目中。

此外,在Build Settings中,将YES设置为Always search user paths,并确保用户头路径指向框架。

最后,Build->Clean和Restart Xcode。

最新更新