ld: warning: Could not find or use auto-linked library 'swiftObservation'
ld: warning: Could not find or use auto-linked library 'swiftCompatibilityPacks'
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes'
ld: warning: Could not find or use auto-linked framework 'Symbols'
Undefined symbols for architecture arm64:
\"_res_9_close\", referenced from:
+[GXCommonUtils stringToFormatMsg:] in GTSDK(GXCommonUtils.o)
\"_res_9_init\", referenced from:
+[GXCommonUtils stringToFormatMsg:] in GTSDK(GXCommonUtils.o)
\"_res_9_ns_initparse\", referenced from:
+[GXCommonUtils stringToFormatMsg:] in GTSDK(GXCommonUtils.o)
\"_res_9_ns_parserr\", referenced from:
+[GXCommonUtils stringToFormatMsg:] in GTSDK(GXCommonUtils.o)
\"_res_9_query\", referenced from:
+[GXCommonUtils stringToFormatMsg:] in GTSDK(GXCommonUtils.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
找不到或无法使用自动链接库swiftObservation、swiftCompatibilityPacks 和 找不到或无法使用自动链接框架CoreAudioTypes、Symbols,请检查原生项目配置
2 个回复
BoredApe - 有问题就会有答案。
找不到或无法使用自动链接库swiftObservation、swiftCompatibilityPacks 和 找不到或无法使用自动链接框架CoreAudioTypes、Symbols,请检查原生项目配置
5***@qq.com (作者) - 666
求解!!