草庐IT

missing-symbols

全部标签

ios - IPA 文件结构 - SupportSwift & Symbols

解压缩“.ipa”文件时,输出为:Payload包含应用程序的目录。然而,有时输出是:Payload、SwiftSupport和Symbols目录。生成SwiftSupport和Symbols目录的条件是什么?此外,我注意到SwiftSupport包含.dylib文件,我假设它们已经存在于应用程序中(右键单击->显示包内容->框架),所以:即使它们不存在,应用程序也应该可以正常工作,生成它们的目的是什么?我找不到任何有用的引用来描述我正在寻找的东西。 最佳答案 在玩过archiver之后,我找到了你所有问题的答案。Whatareth

ios - 将 Google AdMob SDK 从 7.7.0 更新到 7.8.0 undefined symbol 错误

我已将我的GoogleAdMobSDK从7.7.0更新到7.8.0。之后我收到此错误:Undefinedsymbolsforarchitecturex86_64:"_OBJC_CLASS_$_SFSafariViewController",referencedfrom:objc-class-refinGoogleMobileAds(flat-x86_64)ld:symbol(s)notfoundforarchitecturex86_64clang:error:linkercommandfailedwithexitcode1(use-vtoseeinvocation)我已经添加了所有这些

xcode - 这是什么意思 : Undefined symbols for architecture x86_64 "_main"

在Xcode上构建我的应用程序时,我不断遇到错误:Undefinedsymbolsforarchitecturex86_64:"_main",referencedfrom:implicitentry/startformainexecutableld:symbol(s)notfoundforarchitecturex86_64我的代码都没有错误,错误都是奇怪的错误,我所做的任何事情都无法解决它。我认为该代码与问题无关,因为错误中未引用它。这是错误的截图。 最佳答案 链接器无法在链接过程中使用主要的swift入口点找到任何文件。这可能是

ios - 体系结构 x86_64 iOS swift 的 undefined symbol

我正在使用Swift编程语言开发一个项目,我正在尝试使用一些旧的Objective-c项目中的代码。我已经创建了桥接文件并导入了我需要的header,但出现以下错误,我知道这与链接某些框架有关,但即使我将CoreGraphics添加为添加的框架,它仍然会出现。有什么想法吗?体系结构x86_64的undefinedsymbol:“_CGPointMake”,引用自:_CGPointAdd在SKActionEffects-669E235BD7235D6A.old:找不到体系结构x86_64的符号clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)谢谢更新:设置BaseSDK没

ios - "Invalid Swift Support - The SwiftSupport folder is missing"与 Xcode 7.3.1

在使用ApplicationLoader提交应用程序更新后,我收到了来自Apple的这封电子邮件:Wehavediscoveredoneormoreissueswithyourrecentdeliveryfor"[AppName]".Toprocessyourdelivery,thefollowingissuesmustbecorrected:InvalidSwiftSupport-TheSwiftSupportfolderismissing.Rebuildyourappusingthecurrentpublic(GM)versionofXcodeandresubmitit.Oncet

ios - 在Xcode中添加Firebase时如何解决 "duplicate symbol"

我无法解决错误“重复符号”。错误是duplicatesymbol_GSDK_NSClassFromStringin:.../Pods/FirebaseCore/Frameworks/FirebaseCore.framework/FirebaseCore(overload_9ea29fd47bf44ee000bc4282b65dac06.o)/Pods/GoogleSymbolUtilities/Frameworks/frameworks/GoogleSymbolUtilities.framework/GoogleSymbolUtilities(overload.o)duplicates

ios - "The data couldn’ t be read because it is missing”在Swift中解码JSON时出错

我收到以下错误:无法读取数据,因为它丢失了。当我运行以下代码时:structIndicator:Decodable{letsection:Stringletkey:Intletindicator:Intletthreshold:Int}varindicators=[Indicator]()do{ifletfile=Bundle.main.url(forResource:"indicators",withExtension:"json"){indicators=tryJSONDecoder().decode([Indicator].self,from:tryData(contentsOf

ios - Xcode 6 链接器错误 - 体系结构 armv7 的 undefined symbol

升级到Xcode6beta7(现在仍然使用Xcode6GM)后,我无法链接我的Swift应用程序。我收到如下错误:Undefinedsymbolsforarchitecturearmv7:"_swift_stdlib_compareNSStringDeterministicUnicodeCollation",referencedfrom:...ld:symbol(s)notfoundforarchitecturearmv7clang:error:linkercommandfailedwithexitcode1(use-vtoseeinvocation)我看到其他SO帖子建议删除Deri

ios - Xcode 8 "the aps-environment entitlement is missing from the app' s signature"on submit

我有一个应用程序,我们在过去6个月内提交了数十个版本,我们确实使用APNS。升级到Xcode8后,我从Apple收到了以下电子邮件Deardeveloper,WehavediscoveredoneormoreissueswithyourrecentdeliveryforAPP_NAME.Yourdeliverywassuccessful,butyoumaywishtocorrectthefollowingissuesinyournextdelivery:MissingPushNotificationEntitlement-YourappincludesanAPIforApple'sPu

c# - System.Reflection.Missing.Value 有什么作用?

我遇到了下面给出的代码ObjectoMissing=System.Reflection.Missing.ValueoDataDoc=wrdApp.Documents.Open(refoName,refoMissing,refoMissing,refoMissing,refoMissing,refoMissing,refoMissing,refoMissing,refoMissing,refoMissing,refoMissing,refoMissing,refoMissing,refoMissing,refoMissing);我不明白refoMissing会做什么。它会自动获取值或类似