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 protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to