luacompile脚本在ios下为什么不compile script?

查看了下luacompile的脚本,在函数 build_ios() 有这么一段

        if self._project._is_lua_project() and self._lua_encrypt:
              # on iOS, only invoke luacompile when lua encrypt is specified
              self.backup_dir(script_src_dir)
              self.compile_lua_scripts(script_src_dir, script_src_dir, False)
              need_reset_dir = True

为什么在ios下,最后一个参数是False呢, 是在ios下不能加密么?

什么版本的quick
如果是3.5,是因为使用两个版本的lua库
不能使用同一套的字节码