ios - Libraries under Frameworks folder in an iPhone app -


working on iphone app. after built app (product -> archive) looked @ package content. under frameworks folder, there few libraries have not used anywhere in project:

  1. libswiftcoreaudio.dylib
  2. libswiftcoregraphics.dylib
  3. libswiftcoreimage.dylib
  4. libswiftdarwin.dylib

here have 2 questions ask:

  1. where come from?
  2. is there way remove them final package?

most required components of infrastructure used app. not try remove them; apple works hard minimize footprint via mechanisms such "app thinning", unnecessary object code optimized out of package delivered customer.


Comments