I have been taking the PluralSight IOS 5 Monotouch course... everything was working when I left work... the app worked in the simulator. I compiled / zipped the app with our In House Distribution profile and the app failed to run on a test iPhone... Thinking I had something wrong with my distribution profile, I decided to test back in the IOS simulator, and it no longer runs there.
I get this: Objective-C exception thrown. Name: NSUnknownKeyException Reason: [<UIApplication 0x9826a80> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key EnterButton. MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSUnknownKeyException Reason: [<UIApplication 0x9826a80> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key EnterButton. at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr) at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29 at ProteinTracker.Application.Main (System.String[] args) [0x00000] in /Users/chuckcondron/Projects/ProteinTracker/ProteinTracker/Main.cs:16 Pluralsight lets you download their completed app and that runs fine. I have gone over line by line my code to theirs and so far all looks the same. I am not sure what changed... it must be something simple. Can anyone point me in the right direction? It all started after I changed to Distribution in the bundle signings. I have built back for debug but still it crashes... -- View this message in context: http://monotouch.2284126.n4.nabble.com/odd-crash-tp4655530.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
