opfo / app

An iOS app for the EDA397 course made at Chalmers in the spring of 2013.
7 stars 1 forks source link

App crash when clicking on a user's website in OPFUserProfileSearchView #36

Closed makxan closed 11 years ago

makxan commented 11 years ago

How to reproduce the bug

  1. Go to the User Profile Search
  2. Click on a user's website
  3. Crash

    Error message

    • 2013-05-07 00:17:47.740 Code Stream[18043:c07] -[NSISRestrictedToNonNegativeVariable didSelectUserWebsite:]: unrecognized selector sent to instance 0x1e55f320
    • 2013-05-07 00:17:47.741 Code Stream[18043:c07] *\ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSISRestrictedToNonNegativeVariable didSelectUserWebsite:]: unrecognized selector sent to instance 0x1e55f320'
tdeekens commented 11 years ago

You're right. Was able to reproduce but wanted to remove the feature anyways. I felt it quite disturbing of not going to the profile when u accidentally click on the URL which then just opens a browser. It would confuse me as a user, so I removed it after all.

makxan commented 11 years ago

Okay, sounds great :)