Hi guys,
Today I made a comparison between an empty project archive written in Swift versus the same project written in Objective-C. For getting the app sizes I used the locally stored archive files which I have found form the Organizer by going in Finder View. The results were very surprising to me. Below are the details:
1) for the Objective-C case, the project archive size was 2,3MB
2) for the Swift case, the project archive size was 101,5MB
Is this normal ? Given this fact, should I consider converting my Swift simple projects to Objective-C ?
Thanks!