Re: XCode 1.1 comments, suggestions, and bugs
Re: XCode 1.1 comments, suggestions, and bugs
- Subject: Re: XCode 1.1 comments, suggestions, and bugs
- From: Scott Tooker <email@hidden>
- Date: Sun, 21 Dec 2003 00:48:16 -0800
On Dec 20, 2003, at 8:06 PM, Brian Barnes wrote:
>>> 2. "no dependancy rules" error for .exp files. Included exp files
>>> (not necessary, but nice to have everything in the same place) throw
>>> up this warning. Should have a simple rule set that is ... ignore
>>> me! (radar: 3516267)
>>
>> Was the .exp file included in the target or just set in the build
>> settings ('Exported Symbols File')? The file should be referenced in
>> the settings, but not included in the target.
>
> Yup -- as I said in my report, I know that they don't need to be
> included in the project; I have it included because I edit it as I add
> new functions or more other functions to the library, otherwise, I
> need to open it by hand. This is the whole idea of including files in
> the tree :) That said, it's not something critical, just a little
> annoying.
Remember that you don't have to include something in a target to have
it in the project. It is completely legal to not add the file to any
target when adding the file to the project. In this particular case,
this is exactly what you want to do.
Scott
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.