A dirty error was occuring while I was compiling an iPhone app to deploy in my iPhone v2.2.1. I thought I need to go back to developer mode to fix this, but luckily I found a quick solution to this which was fairly simple than anything else in Cocoa coding. I would definitely want to share this with you coz it looks quite common error to me. Likely to be an Xcode bug too:
Error description, "Command /Developer/usr/bin/ibtool failed with exit code 5"
Clue: UITextFields can’t be set to Hidden !!!
The solution is: You probably have a UITextField set to hidden in one of your Nib files… Unhiding the UITextField will solve the problem.
Enjoy!
Subscribe to:
Post Comments (Atom)
Solving the Digital Maturity Puzzle: Common Challenges and How to Overcome Them
In today’s competitive landscape, many businesses understand the importance of achieving digital maturity, yet they often struggle with how ...
-
Are you curious about the world of User Experience Design? Do you want to unlock the secrets to creating successful digital experiences? Loo...
-
In the ever-evolving landscape of customer service, the integration of Artificial Intelligence (AI) has ushered in a groundbreaking shift. T...
-
Any efforts to promote a good or service online are collectively referred to as "digital marketing." Social media marketing, email...
1 comment:
yeah sure this seems to a common issue. Just discovered it.
wasted couple of hours because of it :(
Isnt there work around?
Post a Comment