Removal of unwanted frameworks from App

  • I’m using AVFoundation for image capture using camera on iPad.

  • But I’m not using Video or Audio related functionality.

  • Looks like with AVFoundation; CoreMedia, CoreVideo and CoreAudio are also imported in any project.

  • Is there any way by which I can remove these libraries(CoreMedia, CoreVideo and CoreAudio) from my app.

  • I have used otool to list all the frameworks and libraries being used by my framework.

Removal of unwanted frameworks from App
 
 
Q