So I hit cmd+R and the release app is about 5MB, when I hit cmd+B the app is around 3.5MB…
Why?
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.
When you tell Xcode to run the application, it builds it with debugging symbols so you can step through the code execution/debug. These debugging symbols add to the size of the application. When you simply build the app, the debugging symbols are not included thus it is smaller.