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: Nir Soffer <email@hidden>
- Date: Mon, 25 Dec 2006 01:35:24 +0200
On Dec 25, 2006, at 00:25, 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 ())
You have an input manager called iPLM which your application could
not load. Try to move iPLM from the /Users/yourname/Library/
InputManagers/ to somewhere else and the error will disappear (with
the functionality of iPLM).
Watch console.log with /Applications/Utilities/Console.app, and check
if any application your launch (expect iPhoto) cause this error
message. If yes, it is a problem in iPLM.
Best Regards,
Nir Soffer
_______________________________________________
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