检查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

相关推荐
仙魁XAN1 小时前
Unity 设计模式 之 创造型模式-【工厂方法模式】【抽象工厂模式】
unity·设计模式·工厂方法模式·抽象工厂模式
躺下睡觉~12 小时前
Unity-Transform类-父子关系
java·unity·游戏引擎
躺下睡觉~12 小时前
Unity-Transform类-缩放和看向
unity·游戏引擎
Magnetic_h14 小时前
【iOS】单例模式
笔记·学习·ui·ios·单例模式·objective-c
君莫愁。14 小时前
【Unity】检测鼠标点击位置是否有2D对象
unity·c#·游戏引擎
咩咩觉主15 小时前
Unity实战案例全解析:PVZ 植物卡片状态分析
unity·c#·游戏引擎
归辞...15 小时前
「iOS」——单例模式
ios·单例模式·cocoa
humiaor16 小时前
Xcode报错:No exact matches in reference to static method ‘buildExpression‘
swiftui·xcode
yanling202317 小时前
黑神话悟空mac可以玩吗
macos·ios·crossove·crossove24
蓝裕安18 小时前
伪工厂模式制造敌人
开发语言·unity·游戏引擎