TapkuLibrary.h not found on archive

2019-01-28 11:44发布

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条回答
我欲成王,谁敢阻挡
2楼-- · 2019-01-28 12:30

Do you have different Header search paths for develop/archive/release?enter image description here

查看更多
登录 后发表回答