i am having an issue where when i call an IBaction from a certain viewcontroller the app crashes, but i can get the desired result elsewhere.
basically i have a navigationcontroller buried in a tab bar controller. if i call an IBActions from the first view of the navigationcontroller it works fine, but if i create a view with an initWithNib and push it on to the navcontroller stack and then try to call an IBAction on the instance of the viewcontroller i pushed on the stack the app crashes.
when the app first loads there is an "x" button in the menubar which pulls up an addressbook picker. this works fine. if you click on the "new" button in the menubar the propper view gets created and pushed on the stack. this new view has 1 button called "sellect bill to" which only has a log statement in the IBAction call but still causes a crash. the IBAction for the "select bill to" button is location in that views viewcontroller.
any help untangling this would be appreciated.
source can be found at http://www.swnsn.com/S4X.zip