Whenever I try to run my iOS app, it runs just fine, however when I archive it in order to submit a build to the app store, it throw this error:
'Parse/Parse.h' file not found`
When looking at the frameworks installed, it shows that Parse.h is indeed in the project folder:
I've tried all the different solutions (removing the frameworks and re-adding, adding the the project directory to Framework Search Paths, etc) suggested in other SO questions asking about this, and none have worked.
It's been suggested that Bolts.framework
and Parse.framework
may have duplicate Parse.h files, but I can't seem to find any duplicates. Also mentioned was the possibility of it being caused by an outdated Bolts.framework
version, but I added the latest version and no dice. What gives?