-1

I'm making an iOS app on XCode and the project folder size was small, ~ 1MB. Then I needed a screen which showed some information and markers on a map, so I used Google Maps for iOS. This required me to add the Google maps framework into my project folder, so now the size is ~50MB. Will the size of the app be this huge? I have searched a LOT, and I can't find a way to check the size of my app without subscribing to the Apple Developer's Program (I am not ready to pay 99$ a year yet) and I do not have sudo privileges as well (I am trying out iOS app dev using a Mac in Cloud, it is not my own Mac).

I know it is a slightly stupid question, but I can't find solutions anywhere. If you feel compelled to downvote please at least leave a comment as to why you are doing so.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Kartik_Koro
  • 1,277
  • 1
  • 11
  • 23

1 Answers1

1

You can check the app size to following path:

/Users/saurav.nagpal(User)/Library/Application Support/iPhone Simulator/7.0/Applications/yourAppFolder/ProductName

It gives you exact size of your application.

Saurav Nagpal
  • 1,247
  • 1
  • 10
  • 27
  • good advice -- this wasn't the question though ;) anyways UPVoting – Daij-Djan Jun 19 '14 at 09:41
  • in iPhone Simulator/7.1 I have the following folders:Applications Documents Media tmp Containers Library Root var, can't find my application folder – Kartik_Koro Jun 19 '14 at 09:42
  • Sorry i missed "Applications" in application go to your app folder it is something like that "2A768440-F9A8-41A4-BE50-A6DE93C5E084". I edit the path now – Saurav Nagpal Jun 19 '14 at 09:46
  • @SauravNagpal Yeah I found it, turns out all the files together inside it are ~800KB :) Is it actually that small? According to DaijDjan's comment on the question, approximately 4 MB should be added by google maps – Kartik_Koro Jun 19 '14 at 09:54