TapkuLibrary.h not found on archive

冷暖自知 提交于 2019-11-28 09:16:14

问题


Everything's fine building in xcode and testing the app until I built in for archive.

I am capable of running my program in xcode and it does really work.

My problem is that when I tried to archive the project the error come out.

This is the error:

Lexical or Preprocessor Error issue
'TapkuLibrary/TapkuLibrary.h' file not found

Please help!


回答1:


Do you have different Header search paths for develop/archive/release?



来源:https://stackoverflow.com/questions/11280784/tapkulibrary-h-not-found-on-archive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!