归档建立期间的通用专业化错误

时间:2019-01-22 21:04:46

标签: ios swift xcode9.4

当我尝试从Xcode 9.4.1归档版本时,出现以下错误。

  • 如果我构建应用程序,我会成功
  • 如果我通过Xcode安装构建,则可以正常运行
  • 如果我在模拟器中运行应用,那么它也可以正常运行

仅当我尝试存档我的应​​用程序时,它会引发错误。请帮助我,我无法导出构建。

  

体系结构arm64的未定义符号:     “从Swift.String.init(stringInterpolationSegment:A)-> Swift.String的通用专业化”,引用自:         DemoApp__QA_.DrawerDataSourceDelegate的函数签名特化。         静态DemoApp__QA_.Encryption.decrypt(data:Foundation.Data,withName:Swift.String)的函数签名特化在Encryption.o中引发-> Foundation.Data         静态DemoApp__QA_.Encryption.encrypt(data:Foundation.Data,withName:Swift.String)-> Encryption.o中的Foundation.Data的函数签名专用化         DemoApp__QA_.MqttResponse.description.getter:MqttObjects.o中的Swift.String         闭包#2(Swift.Error)->()在DemoApp__QA_.ProfileService中的函数签名特化。(_ 1DAC75B7C89B4746D5D301555193F112中的changeEmailAddress)()-> ProfileService.o中的()         MapAppLauncher.o中DemoApp__QA_.MapAppLauncher.MapProvider.launch(toLocation:__C.CLLocationCoordinate2D)->()的函数签名专用化         DemoApp__QA_.HTMLHelper.format(htmlString:Swift.String ?, theFont:__ObjC.UIFont,boldFont:__ObjC.UIFont,hideLinks:Swift.Bool,showUnderline:Swift.Bool,textAlignment:Swift.String,attributedProperty_DemoApp__Q的函数签名专业化.AttributedTextModel)-> __ObjC.NSAttributedString?在HTMLHelper.o中         ...   

ld:体系结构arm64找不到符号   clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)

0 个答案:

没有答案