I am getting a large number of warnings when compiling me project in Xcode 7 GM (Bitcode isn't enabled) in regards to thi RD party static libraries. Xcode is complaining about ' No such file or directory ' or ' could not resolve type '. All is used to work perfectly, the only changes made were a updated version of the library and the use of Xcode 7 GM .
This is seems to is happening with many people as, as it can be seen here:http://sensiblecocoa.com/community/topic /2344-warnings-with-stv-500-and-xcode-7-beta-5/
This is a sample list of warnings:
(NULL): Warning:/VAR/FOLDERS/P4/Z7ZY68R92HD3P5RY5G2V3K_8RLWZZR/C/ORG.LLVM.CLANG.DALMO/MODULECACHE/1TXZDLI9N2EMV /foundation-3dfynebrqsxst.pcm:no such file or directory
(NULL): Warning:/VAR/FOLDERS/P4/Z7ZY68R92HD3P5RY5G2V3K_8RLWZZR/C/ORG.LLVM.CLANG.DALMO/MODULECACHE/1TXZDLI9N2EMV /foundation-3dfynebrqsxst.pcm:no object file for requested architecture
(NULL): Warning:/VAR/FOLDERS/P4/Z7ZY68R92HD3P5RY5G2V3K_8RLWZZR/C/ORG.LLVM.CLANG.DALMO/MODULECACHE/1TXZDLI9N2EMV /objectivec-1rqa2rixjie19.pcm:no such file or directory
(NULL): Warning:
MIKEELLARDVSSEP 2015 12:15 PM (in response to Dcirne)
I had this problem too. Here's how I fixed it.
1 "Go" build Settings-> Build Options-> Debug information Format
2 Change the Debug setting from ' DWARF with dSYM File ' to ' DWARF '
3 Leave the release setting in "DWARF with dSYM File"
The problem appears to is that Xcode is trying to create dsym files for Debug builds. You don ' t need dsym files for Debug builds--it's release builds where you need them.
I hope this helps.
Sincerely,
Michael Patrick Ellard