帖子
帖子
用户
博客
课程
显示全部楼层
5
帖子
0
勋章
37
Y币

[插件开发] IOS 打包自定义 Loader 报错

[复制链接]
发表于 2022-8-30 19:14:39
本帖最后由 nicojerry 于 2022-8-30 19:49 编辑

IOS 打包自定义 Loader 报错,XCode 运行 模块工程是可以的,静态库有swift代码,是不是不支持swift的静态库:
  1. ld: warning: Could not find or use auto-linked library 'swiftCoreGraphics'
  2. ld: warning: Could not find or use auto-linked library 'swiftQuartzCore'
  3. ld: warning: Could not find or use auto-linked library 'swiftDarwin'
  4. ld: warning: Could not find or use auto-linked library 'swift_Concurrency'
  5. ld: warning: Could not find or use auto-linked library 'swiftDispatch'
  6. ld: warning: Could not find or use auto-linked library 'swiftAVFoundation'
  7. ld: warning: Could not find or use auto-linked library 'swiftCore'
  8. ld: warning: Could not find or use auto-linked library 'swiftFoundation'
  9. ld: warning: Could not find or use auto-linked library 'swiftCoreMedia'
  10. ld: warning: Could not find or use auto-linked library 'swiftCoreFoundation'
  11. ld: warning: Could not find or use auto-linked library 'swiftCompatibility51'
  12. ld: warning: Could not find or use auto-linked library 'swiftsimd'
  13. ld: warning: Could not find or use auto-linked library 'swiftObjectiveC'
  14. ld: warning: Could not find or use auto-linked library 'swiftUniformTypeIdentifiers'
  15. ld: warning: Could not find or use auto-linked library 'swiftCoreMIDI'
  16. ld: warning: Could not find or use auto-linked library 'swiftCompatibilityConcurrency'
  17. ld: warning: Could not find or use auto-linked library 'swiftUIKit'
  18. ld: warning: Could not find or use auto-linked library 'swiftFileProvider'
  19. ld: warning: Could not find or use auto-linked library 'swiftCoreAudio'
  20. ld: warning: Could not find or use auto-linked library 'swiftSwiftOnoneSupport'
  21. ld: warning: Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements'
  22. ld: warning: Could not find or use auto-linked library 'swiftCoreImage'
  23. ld: warning: Could not find or use auto-linked library 'swiftDataDetection'
  24. ld: warning: Could not find or use auto-linked library 'swiftCompatibility50'
  25. ld: warning: Could not find or use auto-linked library 'swiftMetal'
  26. Undefined symbols for architecture armv7:
  27.   "protocol witness table for Swift.AnyHashable : Swift.Hashable in Swift", referenced from:
  28.       ModuleDemo.TRTC.jsmethod_showAlert(__C.UZModuleMethodContext) -> () in libModuleDemo.a(TRTC.o)
复制代码


130
帖子
7
勋章
6万+
Y币
不支持swift看文档,需要把swift文件直接放在模块包里面
3
帖子
0
勋章
27
Y币
音视频模块中封装美颜SDK,可以做到吗?
Arly【520707liu】 · 2022-8-31 09:06不支持swift看文档,需要把swift文件直接放在模块包里面
130
帖子
7
勋章
6万+
Y币
不知道,没做过
BIP974160 · 2022-8-31 15:16音视频模块中封装美颜SDK,可以做到吗?
3
帖子
0
勋章
27
Y币
按照apicloud的做一个插件 https://docs.apicloud.com/  这是模块开发文档 ,参考这个呢?可不可以帮忙解决一下, 你报价
您需要登录后才可以回帖 登录

本版积分规则