What is my application size when using Wikitude SDK Native (iOS)?

Q: What is my final application size after I have added the Wikitude SDK (Native):

  • 83 MB including an SDK with bitcode enabled and all architectures (armv7(device), armv7s(device), arm64(device), i386(simulator), x86_64(simulator))
  • 51 MB including an SDK with bitcode enabled and all device architectures (armv7(device), armv7s(device), arm64(device))
  • 51 MB including and SDK with bitcode disabled and all device architectures (armv7(device), armv7s(device), arm64(device))


Q: What is the iOS Native .framework size after I applied various scripts:

  • .framework size before running the bitcode script: 218 MB
  • .framework size after running the bitcode script: 76 MB
  • .framework size before running the strip script: 76 MB
  • .framework size after running the strip script: 43 MB

    -- reverse order --

  • .framework size before running the strip script: 218 MB
  • .framework size after running the strip script: 185 MB
  • .framework size before running the bitcode script: 185 MB
  • .framework size after running the bitcode script: 43 MB

Login or Signup to post a comment