Lots of warnings when building with Xcode 7 with 3rd party libraries

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.