IPA File Structure - SupportSwift & Symbols
When unzipping the ".ipa" file, the output is: Payload directory that contains the application. However, sometimes the output is: Payload , SwiftSupport and Symbols directories. What are the conditions to generate both SwiftSupport and Symbols directories? Also, I noticed that SwiftSupport contains .dylib files, which -I assume- they are already exist in the application (right click -> show package contents -> frameworks), so: The application should work fine even if they are not exist, what are the purpose of generating them? I couldn't find any useful reference to describe what I'm looking