weixin_39761491
2020-12-09 09:29Mac Catalyst xcframework
In order to support Mac Catalyst you'll need to start producing an xcframework. I've already got it working for CPAProxy: https://github.com/ursachec/CPAProxy/blob/marzipan/scripts/build-cpaproxy-xcframework.sh
The main takeaways are that I first had to create an xcframework of the C static libraries libcpaproxy.xcframework
, and then statically linked that into the main framework CPAProxy.xcframework
.
If you want to also support Catalyst you need to build another architecture with flags -target x86_64-apple-ios-macabi -miphoneos-version-min=13.0
.
该提问来源于开源项目:iCepa/Tor.framework
- 点赞
- 回答
- 收藏
- 复制链接分享
8条回答
为你推荐
- 为什么index out of range
- python
- list
- 2个回答
- 为什么此版本标签会导致错误?
- it技术
- 互联网问答
- IT行业问题
- 计算机技术
- 编程语言问答
- 1个回答
- 与php和催化剂的Jquery级联下拉列表
- javascript
- catalyst
- php
- jquery
- mysql
- 1个回答
- 在第三方网站上加载来自bookmarklet的iframe会导致CakePHP会话失败
- perl
- php
- session
- 1个回答
- 使用php将多个嵌套数组写入文件
- arrays
- csv
- php
- 2个回答
换一换