Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#182 closed defect (fixed)

Error running application after updating from SVN

Reported by: jb6262 Owned by: John Bickerstaff
Priority: major Milestone: 1.3
Component: Other Version:
Keywords: Cc:

Description

On June 16 I updated and got the following error and a crash when running the app. Gareth and I have exchanged some info about this on the iPhone "P2" blog and I'm making this ticket as a way of tracking things.

It's not for sure where the issue is at this point I think... we'll update the ticket when we get it figured out.

I would be interested to hear if anyone else runs into the same error I did, or if it's unique to my set-up...

Description:
I just updated to the latest in Trunk before committing some more code and I’m crashing with an error when I use the application… I rolled back, and the error went away…

Just wanted to know if anyone else has seen this or if it rings a bell?

Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘* +[WPNavigationLeftButtonView createCopyOfView]: unrecognized selector sent to class 0×5c8c0′

I was just navigating from the list of Posts, Pages, Comments to either the Posts list or the Pages list… At that point (before it displays the lists) it froze and gave the error…

To describe it differently, if I select my blog, and then click either Posts or Pages on the next screen, I would get the crash…

Change History (3)

comment:1 Changed 4 years ago by quamen

John can you check your code to make sure that WPNavigationLeftButtonView actually contains the createCopyOfView class method? Maybe something went wrong in a merge?

http://iphone.trac.wordpress.org/browser/trunk/Classes/WPNavigationLeftButtonView.m

It should be there.

comment:2 Changed 4 years ago by jb6262

  • Resolution set to fixed
  • Status changed from new to closed

This appears to have been a merge issue - I.E. I didn't have the right method in a file. I re-updated to the latest SVN number and could not reproduce the error - Gareth also pointed out for me the exact method that I needed to verify was there...

Closing as "fixed" although it never was an actual break.

comment:3 Changed 4 years ago by iammattthomas

  • Milestone set to 1.3
Note: See TracTickets for help on using tickets.