In the latest Xcode 7.1.1, the created ipa has a SwiftSupport folder. He increased the ipa size to about 20 MB.
Old Xcode did not add SwiftSupport folder inside ipa
How to avoid the SwiftSupport folder in ipa?
Disable "Inline content contains Swift Code" in the application build settings.
As @Rob Napier noted, but you can also set this flag to NO if you have a project with fast code. The flag only means if you have an ObjC project that includes Swift code through the framework to indicate that you need fast support.
, , IPA ( ), Apple iTunes connect. Apple : https://forums.developer.apple.com/thread/16339
Xcode 7.2. , "SwiftSupport", ipa Xcode 7.2. ( , , Swift .)
" Swift Code" .
, , , Swift . , Swift, .
By default, this parameter is set to None, so it is possible that something you import (CocoaPods?) Installs it. Or that something you import has Swift code in it ....
Source: https://habr.com/ru/post/1618147/More articles:VS2015 theme color for #region - visual-studio-2015Incorrect save application settings - c #Статические методы factory и насмешливость - javaHow to open modal in Drupal 8 without a link? - ajaxhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1618146/copy-data-from-many-files-to-master-based-on-cell-values-in-the-master&usg=ALkJrhh0oNVfmjcHCVIrRusDUnngZ2r7HAxlswriter range formatting - pythonMongoose Boolean default false - node.jsClose the content dialog in code. - uwpКак создать массив классов и объектов экземпляра с ним в Swift? - genericsDocker Swarm - container schedule on each machine - dockerAll Articles