Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

View not displaying updated xib

For some reason when i update my xib and save my view loads an older version of the xib...I copied this project folder from a previous version..anyone ran into this issue?

like image 315
user559142 Avatar asked Jul 15 '11 03:07

user559142


1 Answers

First of all check that you have saved your xib changes. 1. remove your application from simulator or device 2. Delete build folder of your app.(you can see path in xcode,prefrances, building prefrances) 3. Clean All form xcode->product-> Clean. Then run your project.

Try this.It will work

like image 53
Dimple Avatar answered Nov 15 '22 05:11

Dimple