Re: What on earth does this error mean?
Re: What on earth does this error mean?
- Subject: Re: What on earth does this error mean?
- From: Brian Christmas <email@hidden>
- Date: Sat, 01 Aug 2015 20:37:05 +1000
Thanks Shane
I couldn’t find anything obvious with my code, so I….
1. Copied & pasted the last changes into my backup copy i saved just before altering the code.
2. Compiled, saved, and ran the backup, no problems.
3. Copied the whole code and pasted from the backup to original.
4. Compiled, saved and ran original, got same error.
5. Deleted original, duplicated backup, re-named to the original name, and all’s well.
Go figure?
Pays to keep multiple duplicates along the way, I’ve got heaps that have got me out of things like this.
Now I’ve got a different problem I can’t figure out. I’ll post later if I cannot fix.
Regards
Santa
On 1 Aug 2015, at 5:25 pm, Shane Stanley <email@hidden> wrote:
On 1 Aug 2015, at 4:50 pm, Brian Christmas <email@hidden> wrote:
>
> *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSTaggedPointerString count]: unrecognized selector sent to instance 0x656e6f4e45'
> abort() called
That's telling you that the -count method has been called on a string. If you haven't done that, it may be you're passing a string where something like an array is required.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden