0

I've created one simple app in Xcode and generate ipa file. Now after generating ipa file if i do any changes in Xcode source code and run it then it is not applying.

I don't know why changes are not showing ? Please help me. I think it may be easy but i am new in iPhone development.

Thanks! Shailesh

Shailesh
  • 109
  • 1
  • 1
  • 7
  • 1
    try to clean before running? – gohamgx Jun 05 '13 at 13:13
  • Hi Thanks for your reply. I've tried to clean 2 times before posting question but it not works that time. Now restarting project (close and open again) when i clean and run then it works. Thanks! – Shailesh Jun 05 '13 at 13:19

3 Answers3

2

after every changes u will need to generate new .ipa file

Alok Singh
  • 896
  • 6
  • 18
  • Hi Thanks for your reply. I've tried to clean 2 times before posting question but it not works that time. Now restarting project (close and open again) when i clean and run then it works. Thanks! – Shailesh Jun 05 '13 at 13:30
  • Hi, Can you help me in this question http://stackoverflow.com/questions/16941290/background-image-of-iphone-app-is-not-showing-perfectly – Shailesh Jun 05 '13 at 13:32
2

after every changes you have to update ipa file

Amit Gupta
  • 371
  • 2
  • 9
1

Try running the clean command in Xcode and also try deleting the app from the device before you rebuild to ensure a clean build

Adam Richardson
  • 2,518
  • 1
  • 27
  • 31
  • Hi Thanks for your reply. I've tried to clean 2 times before posting question but it not works that time. Now restarting project (close and open again) when i clean and run then it works. Thanks! – Shailesh Jun 05 '13 at 13:30
  • Hi Can you help me in this question :: http://stackoverflow.com/questions/16941290/background-image-of-iphone-app-is-not-showing-perfectly – Shailesh Jun 05 '13 at 13:31