Xcode 7.0b6: "unable to open object file" warnings when generating dSYM
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