If you change the namre of a variable check out Xcodes refactor capabilities. Edit->Refactor
Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini
The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad
iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool
Apple announces 4th generation iPad packing an A6X CPU
If you change the namre of a variable check out Xcodes refactor capabilities. Edit->Refactor
Hi,
I worked on a simple exercise to practice storyboards.
At some time, I had a field called caliberLabel, a label that I create in the nib (in the storyboard) and connected to the .h to create outlet in order to be able to reposition programmatically.
I did work fine.
Later, I decided to change the name caliberLabel in calibreLabel and did by manual editing in all files that references it (.h and .m viewcontroller).
Even though I could not find anymore any reference to caliber in the text, I got the following error at the opening of the iPhone 5.1. simulator.
2012-12-29 20:21:25.148 MasterPact simple[10047:c07] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[
Where can this caliberLabel be hidden in my project ?
I also checked the object name in connections editor to delete the reference and rebuild it.
Finally, I had to rebuild a new project, with the same code and everything works fine.
So problem is solved for this time, but I would like to understand what happened to avoid it in the future.
Thanks.
Hi,
I worked on a simple exercise to practice storyboards.
At some time, I had a field called caliberLabel, a label that I create in the nib (in the storyboard) and connected to the .h to create outlet in order to be able to reposition programmatically.
I did work fine.
Later, I decided to change the name caliberLabel in calibreLabel and did by manual editing in all files that references it (.h and .m viewcontroller).
Even though I could not find anymore any reference to caliber in the text, I got the following error at the opening of the iPhone 5.1. simulator.
2012-12-29 20:21:25.148 MasterPact simple[10047:c07] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[
Where can this caliberLabel be hidden in my project ?
I also checked the object name in connections editor to delete the reference and rebuild it.
Finally, I had to rebuild a new project, with the same code and everything works fine.
So problem is solved for this time, but I would like to understand what happened to avoid it in the future.
Thanks.
Hi,
I worked on a simple exercise to practice storyboards.
At some time, I had a field called caliberLabel, a label that I create in the nib (in the storyboard) and connected to the .h to create outlet in order to be able to reposition programmatically.
I did work fine.
Later, I decided to change the name caliberLabel in calibreLabel and did by manual editing in all files that references it (.h and .m viewcontroller).
Even though I could not find anymore any reference to caliber in the text, I got the following error at the opening of the iPhone 5.1. simulator.
2012-12-29 20:21:25.148 MasterPact simple[10047:c07] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[
Where can this caliberLabel be hidden in my project ?
I also checked the object name in connections editor to delete the reference and rebuild it.
Finally, I had to rebuild a new project, with the same code and everything works fine.
So problem is solved for this time, but I would like to understand what happened to avoid it in the future.
Thanks.