当前位置: 移动技术网 > 移动技术>移动开发>IOS > Error: lexical or preprocessor issue file not found" in Xcode 4

Error: lexical or preprocessor issue file not found" in Xcode 4

2020年08月11日  | 移动技术网移动技术  | 我要评论

NB: The steps below will solve 90% of your Xcode archive issues however, from the comments it is suggested you try first. This may save you hours of setting tweaking.

  1. Check the "user header paths" are correct (Add "" to paths for spaces, both in your project and dependencies)
  2. Set "Always search user paths" to YES
  3. Create a group call "Indexing headers" in your project and drag the headers to this group, DO NOTadd to any targets when prompted. This includes any headers inside your .xcdatamodeld, you'll need to right-click and view package contents to find them.
  4. For all dependancies set "Skip Install" build setting to "Yes"
  5. Moving any "Public" headers in Build Phases to "Project"
  6. Set the Build Setting "Installation Directory" on your Target to $(LOCAL_APPS_DIR)
  7. Change the target build setting "scan all source files for includes" to YES. ()
  8. With newer versions of Xcode (> 4.2) you might want to related to workspaces.
  9. Manually form all referenced projects

本文地址:https://blog.csdn.net/looffer/article/details/8846640

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网