Header search paths trouble Grabkit

2019-06-27 04:20发布

I'm developing a iOS 6 app for iPad and I use a Repository called Grabkit, which I have to add inside my project as a nested/sub project. In order to make it work I must add in Header Search Paths the following code:

$(TARGET_BUILD_DIR)/include/GrabKitLib

So then it looks like that: enter image description here

It works pretty well in the simulator and even when I test it on my iPad, but the problem is that when I want to archive to send it to the App Store I get an error saying: "Grabkit.h file not found" I don't get this error when I'm testing the app so it's weird. What could be the problem? What can I do? Thanks

1条回答
Lonely孤独者°
2楼-- · 2019-06-27 04:59

I fixd it by adding $(BUILD_ROOT)/../IntermediateBuildFilesPath/UninstalledProducts/include/GrabKitLib in user header search path

skip install = NO
查看更多
登录 后发表回答