Reputation: 79
when i click product->archive,there is issue like below:
the same, the other framework 'PBTools' can not find the headers too.
when i run it in my iPhone or in simulator it is working. this issue just appear when i archive ipa.
how can i change the setting? why this happen?
my Header search paths below: how can i change this?
Upvotes: 1
Views: 43
Reputation: 122391
Looks to me like your Project Settings (specifically Header Search Path) is different for Debug and Release configurations.
You can verify this by doing Build for Profiling, which will also use the Release configuration.
Upvotes: 1