• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode 7.0b6: "unable to open object file" warnings when generating dSYM
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode 7.0b6: "unable to open object file" warnings when generating dSYM


  • Subject: Xcode 7.0b6: "unable to open object file" warnings when generating dSYM
  • From: Steve Christensen <email@hidden>
  • Date: Wed, 09 Sep 2015 16:07:34 -0700

I'm finally getting around to building an existing app project with Xcode 7. This particular project includes another project, as a dependency, that builds a third-party static library, which is then linked into the app.

With Xcode 6.4 (and earlier), the generate dSYM task has always completed with no warnings.

With Xcode 7.0b6, I get a bunch (146) of warnings, one for each of the object files:

	warning: (i386) .../libFoo.a(someObjectFile.o) unable to open object file: No such file or directory
	...
	warning: (x86_64) .../libFoo.a(someObjectFile.o) unable to open object file: No such file or directory
	...

The static library project puts the resulting .a file into one directory and all the .o files into another one, if that makes a difference. Is there a new Xcode 7 target build setting that I missed or an older one that now is used when searching for object files?

Steve


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Xcode 7.0b6: "unable to open object file" warnings when generating dSYM
      • From: email@hidden
    • Re: Xcode 7.0b6: "unable to open object file" warnings when generating dSYM
      • From: Jens Alfke <email@hidden>
  • Prev by Date: Link/Compile Error
  • Next by Date: Re: Unit tests bundle with bad code signature (Xc7b6)
  • Previous by thread: Link/Compile Error
  • Next by thread: Re: Xcode 7.0b6: "unable to open object file" warnings when generating dSYM
  • Index(es):
    • Date
    • Thread