Bitcoin Forum

Economy => Services => Topic started by: notmove on May 30, 2013, 04:50:04 AM



Title: Anyone good at xcode?$$
Post by: notmove on May 30, 2013, 04:50:04 AM
Im having some errors on mine can someone help me out?

Let me know what your charge also

pm please :)


Title: Re: Anyone good at xcode?$$
Post by: torbank on May 30, 2013, 04:51:25 AM
What is the first error?


Title: Re: Anyone good at xcode?$$
Post by: torbank on May 30, 2013, 04:53:28 AM
Is it Xcode 4?


Title: Re: Anyone good at xcode?$$
Post by: notmove on May 30, 2013, 04:54:06 AM
exception 'NSUnknownKeyException', reason: '[<UIView 0xc1cbbd0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key passwordTextField.'


Title: Re: Anyone good at xcode?$$
Post by: notmove on May 30, 2013, 04:54:46 AM
Yes xcode 4.5


Title: Re: Anyone good at xcode?$$
Post by: TheButterZone on May 30, 2013, 05:49:10 AM
http://stackoverflow.com/questions/3088059/this-class-is-not-key-value-coding-compliant-for-the-key

link provided by 1MdTpFrXgS6kAJERyhEyumUGnxw9xkSUQp


Title: Re: Anyone good at xcode?$$
Post by: notmove on May 30, 2013, 06:48:45 AM
Thanks but no I still looking for someone to help me on this.


Title: Re: Anyone good at xcode?$$
Post by: torba on May 30, 2013, 02:49:53 PM
It looks like you are trying to set something other than a pointer. Will you paste us the code that causes this?


Title: Re: Anyone good at xcode?$$
Post by: Caesium on May 30, 2013, 02:56:46 PM
One of your views is trying to access an IBOutlet called 'passwordTextField' but it doesn't exist in the header file for that view.

Go through all your NIBs (or all the views in the storyboard) and check all the connections until you find it, and then delete it.