Hi, I am semi new to programming and very new to swift.
I paid for a course from Geeky Lemon which I find to be okay and I'm enjoying. Problem I'm getting is that occasionally if I do some code wrong and build the application it will crash, if I then remove the exact same code and rebuild it will still crash.
I have managed to fix it before by removing a button and adding a new one.
However on my latest project that didn't work. I deleted everything from the story board and re added it which still didn't work. The only way I could fix it was to start a brand new project, copy the code, then re add the elements (text field, image, button).
So what this suggests is that something is being stored somewhere else that I'm not aware about. I have two projects now which to me appear to be identical but one works and one doesn't.
I hope someone can help me out as it's getting very frustrating now the code is getting longer and I'm adding more elements to the story board, I've stopped learning now until I can fix this issue
I paid for a course from Geeky Lemon which I find to be okay and I'm enjoying. Problem I'm getting is that occasionally if I do some code wrong and build the application it will crash, if I then remove the exact same code and rebuild it will still crash.
I have managed to fix it before by removing a button and adding a new one.
However on my latest project that didn't work. I deleted everything from the story board and re added it which still didn't work. The only way I could fix it was to start a brand new project, copy the code, then re add the elements (text field, image, button).
So what this suggests is that something is being stored somewhere else that I'm not aware about. I have two projects now which to me appear to be identical but one works and one doesn't.
I hope someone can help me out as it's getting very frustrating now the code is getting longer and I'm adding more elements to the story board, I've stopped learning now until I can fix this issue