Enterprise / App template / How to remove unecessary frameworks?

Hi,

maybe a “stupid” question, sorry I’m new in Enterprise stuff…

  • I use the App template (which is in ProjectTemplates)
  • Its size is about 300 MO
  • If I open App.xcodeproj in XCode, I can see on the left side that It uses a lot of Frameworks.
  • I can also see these frameworks on the “Build Phases / Link Binaries with Libraries” section
  • If I try to remove one of them, I’ve got some errors.

I would like to keep only frameworks I use in my app (to keep a low app size…)

I don’t need MapKit, CoreVideo, CFNetwork etc.

Is there a way to remove unecessary frameworks or should I keep all of them

Thanks for your help

Best

Olivier

They are there because the Corona core calls them.  You may run into linking problems if they are not included.  native.newMapView() still needs to compile even though you’re not using it.

Rob

Ok Rob, thanks

Olivier

They are there because the Corona core calls them.  You may run into linking problems if they are not included.  native.newMapView() still needs to compile even though you’re not using it.

Rob

Ok Rob, thanks

Olivier