Re: Deployment build settings in XCode
Re: Deployment build settings in XCode
- Subject: Re: Deployment build settings in XCode
- From: Raghunatha Reddy <email@hidden>
- Date: Tue, 24 Feb 2004 13:59:07 +0530
Received: from blr-ec-msg02.wipro.com ([10.200.51.99]) by
blr-ec-bh2.wipro.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 24
Feb 2004 13:57:25 +0530
Received: from [192.6.8.118] ([192.6.8.118]) by blr-ec-msg02.wipro.com
with Microsoft SMTPSVC(5.0.2195.6713); Tue, 24 Feb 2004 13:57:25 +0530
Mime-Version: 1.0 (Apple Message framework v612)
In-Reply-To: <email@hidden>
References: <email@hidden>
<email@hidden>
Content-Type: text/plain; charset="us-ascii"
Message-Id: <email@hidden>
From: Raghunatha Reddy <email@hidden>
Subject: Re: Deployment build settings in XCode
Date: Tue, 24 Feb 2004 13:59:07 +0530
To: email@hidden
X-Mailer: Apple Mail (2.612)
Return-Path: email@hidden
X-OriginalArrivalTime: 24 Feb 2004 08:27:25.0325 (UTC)
FILETIME=[08146BD0:01C3FAB0]
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
I got in to a strange problem
Application builds and runs properly with the zerolink option turned
on. Without zerolink option the build is failing because of linker
errors. Any idea why XCode is giving linker errors without zerolink
option?..
The linker gives errors undefined symbols, If I declare a class
variable(implemented in static library) in the application code. Any
idea how to solve this problem?..
Thanks
Raghu
On 24-Feb-04, at 12:08 AM, Robert Cerny wrote:
HI,
try this one:
xcodebuild install --buildstyle="Deployment"
from project directory
HTH
Robert
On 23.2.2004, at 16:22, Raghunatha Reddy wrote:
> Hi,
>
> I have a Cocoa project which is linked to a static library with ".a"
> extension. The static library is added to Cocoa project after building
> from other workspace. The application will run when I run it from the
> XCode. If I run the application from the other machine I am getting the
> following error.
>
> dyld: /sample.app/Contents/MacOS/sample can't open library:
> /Users/raghu/sample/sample/build/sample.build/sample.build/Objects-
> normal/ppc/libstdc++_ZeroLink.dylib (No such file or directory, errno
> = 2)
Confidentiality Notice
The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or email@hidden immediately
and destroy all copies of this message and any attachments.
_______________________________________________
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.