Deployment build settings in XCode
Deployment build settings in XCode
- Subject: Deployment build settings in XCode
- From: Raghunatha Reddy <email@hidden>
- Date: Mon, 23 Feb 2004 20:52:56 +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); Mon, 23
Feb 2004 20:51:16 +0530
Received: from [192.6.8.118] ([192.6.8.118]) by blr-ec-msg02.wipro.com
with Microsoft SMTPSVC(5.0.2195.6713); Mon, 23 Feb 2004 20:51:16 +0530
Mime-Version: 1.0 (Apple Message framework v612)
To: email@hidden
Message-Id: <email@hidden>
Content-Type: text/plain; charset="us-ascii"
From: Raghunatha Reddy <email@hidden>
Subject: Deployment build settings in XCode
Date: Mon, 23 Feb 2004 20:52:56 +0530
X-Mailer: Apple Mail (2.612)
Return-Path: email@hidden
X-OriginalArrivalTime: 23 Feb 2004 15:21:16.0010 (UTC)
FILETIME=[ADE884A0:01C3FA20]
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
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)
From here what I understood is the app is referring for
libstdc++_ZeroLink.dylib. When I saw the build directory of build
machine a "libstdc++_ZeroLink.dylib" is getting created, I think this
is because I am using a C++ library in the project. I have disabled the
Zerolink option in the linker settings. How can I build the app in
release mode?.
Thanks
Raghu
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.