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