Re: Question about Link Edit Error Code (Beginner)
Re: Question about Link Edit Error Code (Beginner)
- Subject: Re: Question about Link Edit Error Code (Beginner)
- From: "John C. Randolph" <email@hidden>
- Date: Tue, 26 Dec 2006 04:58:07 -0800
On Dec 24, 2006, at 2:25 PM, peggyparker wrote:
I know nothing about programming. My first very simple cocoa app
using xcode was successful. However it resulted in an error message
I would like to understand.
The first message after the build was an alert window "Stop
Executable" with a red stop sign and the project name and target name:
Project:'pro bono pro.xcodeproj' Target:'pro bono pro'
Next was a log entry (I think) stating:
2006-12-24 16-26-25-114 pro bono pro[562] *** -[NSBundle load]:
Error loading code /Users/myname/Library/InputManagers/iPLM/
iPLM.bundle/Contents/MacOS/iPLM for bundle /Users/myname/Library/
InputManagers/iPLM/iPLM.bundle, error code 2 (link edit error code
0), error number 0 ())
This was a version of the Hello World app using xcode's OOP. The
app sucessfully output "Hello, world!!!" in the text field -
although it was highlighted. I'm using Cohen, Cohen and Ihnatco's
book and have not been able to find an error in my procedures.
Also - can someone send me an email telling me where to find
responses to this question, if any?
iPLM.bundle appears to be part of an app called "iPhoto Library
Manager", which is using an unsupported hack to alter iPhoto, which
has no plug-in API. The author of this program is abusing the Input
Manager API, which is hazardous to the stability of your system. I
recommend that you remove it.
-jcr
John C. Randolph,
VP, Engineering
Stealth Imaging, Inc. <email@hidden>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden