i created an iphone app and tested it on my simulator its working fine , now i want to test the same app in another simulator . How can i do the same (i copied the whole folder but its not working ) please help
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you can just copy all the project code to another machine, using Xcode to rebuild the project on the simulator there.
If you meant ” (i copied the whole folder but its not working ) ” is copying the whole project code already then it is really strange.
Another recommended way is using a Version Control System like svn or git, which will do many jobs for you like pushing, pulling, keeping track of histories