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

相关推荐
专业开发者13 小时前
调试 iOS 蓝牙应用的新方法
物联网·macos·ios·cocoa
龚子亦16 小时前
【Unity开发】热更新学习——HybridCLR框架
学习·unity·游戏引擎·热更新
tangbin58308518 小时前
iOS Swift 可选值(Optional)详解
前端·ios
龚子亦18 小时前
【GameFramework框架】FSM使用
学习·unity·游戏开发·游戏框架
龚子亦19 小时前
【Unity开发】安卓应用开发中,用户进行权限请求
android·unity·安卓权限
君莫愁。20 小时前
【Unity】相机与UI的自适应
ui·unity·c#·游戏引擎
卷心菜加农炮1 天前
基于Python的FastAPI后端开发框架如何使用PyInstaller 进行打包与部署
ios
lrh30251 天前
Custom SRP - 16 Render Scale
3d·unity·srp·render pipeline·render scale
北极象2 天前
千问大模型接入示例
ios·iphone·qwen
ellis19702 天前
Unity出安卓包知识点汇总
android·unity