检查unity打包IOS包含dlopen的块

unity打包IOS包含dlopen

工程中含有以下命名空间:

  1. System.Net.Security:
    sslStream.AuthenticateAsServer
    sslStream.AuthenticateAsClient
  2. System.Xml:
    XmlDocument
  3. System.Net.WebSockets
    ClientWebSocket.ConnectAsync
  4. System.Net:
    FtpWebRequest
    HttpWebRequest.GetResponse
    代码中含有这些命名空间,导出的xcode工程会含有dlopen

同时link.xml含有一下内容

javascript 复制代码
1. <namespace fullname="System.ComponentModel" preserve="all"/>
2. <type fullname="System.Net.IWebProxy" preserve="all" />
3. <type fullname="System.Net.WebRequest" preserve="all" />

也会含有dlopen

相关推荐
死也不注释5 小时前
【Unity 编辑器工具开发:GUILayout 与 EditorGUILayout 对比分析】
unity·编辑器·游戏引擎
恋猫de小郭10 小时前
Flutter Widget Preview 功能已合并到 master,提前在体验毛坯的预览支持
android·flutter·ios
小赖同学啊14 小时前
物联网中的Unity/Unreal引擎集成:数字孪生与可视化控制
物联网·unity·游戏引擎
点金石游戏出海16 小时前
每周资讯 | Krafton斥资750亿日元收购日本动画公司ADK;《崩坏:星穹铁道》新版本首日登顶iOS畅销榜
游戏·ios·业界资讯·apple·崩坏星穹铁道
Zlzxzw17 小时前
使用unity创建项目,进行动画制作
unity·游戏引擎
旷世奇才李先生17 小时前
Swift 安装使用教程
开发语言·ios·swift
90后的晨仔18 小时前
Xcode16报错: SDK does not contain 'libarclite' at the path '/Applicati
ios
finger2448018 小时前
谈一谈iOS线程管理
ios·objective-c
Digitally19 小时前
如何将大型视频文件从 iPhone 传输到 PC
ios·iphone
梅名智19 小时前
IOS 蓝牙连接
macos·ios·cocoa