working on iphone app. after built app (product -> archive) looked @ package content. under frameworks folder, there few libraries have not used anywhere in project:
- libswiftcoreaudio.dylib
- libswiftcoregraphics.dylib
- libswiftcoreimage.dylib
- libswiftdarwin.dylib
here have 2 questions ask:
- where come from?
- 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
Post a Comment