You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kif-fr...@googlegroups.com
Has anyone run into this:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[KIFTestStep countByEnumeratingWithState:objects:count:]: unrecognized selector sent to instance 0xe6ad1a0'
when startTestingWithCompletionBlock is called?
Eric Firestone
unread,
Apr 27, 2012, 6:18:13 PM4/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kif-fr...@googlegroups.com
I haven't seen that, but it looks like you have a KIF step in memory where you're expecting an array or other enumerable collection. I would suggest using a combination of exception break points and malloc stack logging or Instruments to try and find the culprit.