由于公司需要将软件发到苹果商城,所以开始打 IOS 包。以下为打包过程中遇到问题的记录。留备以后查看。 软件环境
Windows 端:
Win10Unity 2019.2.9f1TortoiseSVN
Mac 端:
mac OS big Sur 11.6XCode 13.2.1Cornerstone 目前是采用从 Wind…
在适配 iOS 17 xcode 15时遇到的问题,记录一下。
1、 Could not build module ‘WebKit’
type argument nw_proxy_config_t (aka struct nw_proxy_config *) is neither an Objective-C object nor a block type解决方案:
选中不能编译的库的xcodep…