0

I just recently finished my project and I was chaining a few things and them suddenly nothing is changing when I run it on simulator or device. It stays the same. When I change the text on label it stays same. Nothing is changing at all! Why is this happening?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Xcoder
  • 199
  • 14
  • 1
    Have you tried restarting your computer or cleaning the build. There are times xcode gets buggy and just stops functioning properly. – Moonhead Oct 20 '14 at 03:47
  • Sorry extremely new how to clean the build? Thanks if this works you're the best. – Xcoder Oct 20 '14 at 03:49
  • 1
    It should be on the upper navigation and under build or ⇧ + ⌘ + K – Moonhead Oct 20 '14 at 03:50
  • Thanks it worked! Please Write your answer as a proper answer so I can tick you and you can get rep. Thanks again! – Xcoder Oct 20 '14 at 03:56
  • Glad to know I can help. It's inspiring to hear young coders like you. Don't give up!!! – Moonhead Oct 20 '14 at 03:56
  • Thanks. Glad to know there a professionals like you willing to help young coders like my self! :D – Xcoder Oct 20 '14 at 03:58

1 Answers1

2

Have you tried restarting your computer or cleaning the build. There are times xcode gets buggy and just stops functioning properly.

Moonhead
  • 1,570
  • 8
  • 17