草庐IT

duplicate-symbol

全部标签

ios - 退出 iOS 应用程序(.monotouch-32 符号链接(symbolic link))

我正在尝试使用新的配置文件退出应用程序。我的一般步骤是:unzip*.iparm*.app/_CodeSignaturecpPayload/*.app/embedded.mobileprovisioncodesign-f-s"Cert"--entitlementsentitlements.plistPayload/*.appzip-rResigned.ipaPayload当我使用详细输出验证应用程序时,我收到消息Asealedresourceismissingorinvalid随后是.monotouch-32文件夹中的.dll文件列表,其中包含如下消息:"filemodified:/f

ios - 架构 arm64 的 112 个重复符号

duplicatesymbol_OBJC_METACLASS_$_GTMOAuth2Keychainin:/Users/anand/Library/Developer/Xcode/DerivedData/NIDA_Rooms-bawdeawpyzqrkjazbcspzbsqgrht/Build/Products/Release-iphoneos/GTMOAuth2/libGTMOAuth2.a(GTMOAuth2ViewControllerTouch.o)/Users/anand/Documents/Anand_ios_Project/ROC&NIDAROOMS/ROCAPP3/Goo

ios - CloudKit "subscription is duplicate of"错误 - 获取 SubscriptionId

我正在尝试将CKQuerySubscription保存到公共(public)数据库-返回带有以下信息的CKError:["ServerErrorDescription":subscriptionisduplicateof'C82E82EF-F373-4D75-A465-65364D8FEB12',"CKErrorDescription":ErrorsavingrecordsubscriptionwithidE30DB4D5-2617-4E0D-8CFE-A14538140029toserver:subscriptionisduplicateof'C82E82EF-F373-4D75-A

ios - MLKit iOS : Undefined symbols for architecture armv7

我一直在尝试使用cocoapod将MLKit集成到CardIO中。我修复了cocoapod的所有警告,并且成功构建了CardIO。但是,当我将CardIO链接到我的应用程序并构建时,会出现此错误。我在互联网上搜索并尝试了人们建议的不同类型的方法,但仍然无济于事。在集成/链接过程中是否有任何我可能遗漏的步骤或设置?Undefinedsymbolsforarchitecturearmv7:"_OBJC_CLASS_$_FIRVisionImage",referencedfrom:objc-class-refinlibCardIO.a(CardIOView.o)"_OBJC_CLASS_$_

ios - ld : symbol(s) not found for architecture x86_64 (realm)

我在我的react-native项目中使用Realm:https://github.com/kdnakt/pixelarn在runningncu-u之后在我的Mac上将react-native-elements更新为1.0.0并将realm更新为2.23.0,react-nativerun-ios不会启动我的应用程序并且我收到以下错误:realm::jsc::ObjectWrap>::create_class()inlibRealmReact.a(jsc_init.o)...ld:symbol(s)notfoundforarchitecturex86_64clang:error:lin

iOS 13 公测版 2 - Combine.Future "dyld: Symbol not found"

在运行iOS13beta2build的iPad上启动我的应用程序时,我收到了一个SIGABRT。此构建在模拟器上运行良好dyld:找不到符号:_$s7Combine6FutureCyxq_GAA9PublisherAAMc预计在:/System/Library/Frameworks/Combine.framework/Combine我以为可能是链接问题,但Combine没有出现在可链接的库列表中。有没有人有变通办法,或者在下一个测试版之前我会沉没吗?这是我的代码片段:classViewController:UIViewController{varfuture:AnyPublisher?

iphone - 在 Xcode 4 下构建 PhoneGap 时出现 undefined symbol 错误?

我正在尝试使用Xcode4构建一个基于PhoneGap的应用程序。由于没有适用于Xcode4的PhoneGap项目模板,我使用了thehandywebpage创建项目。但是,我在构建时遇到以下错误:Undefinedsymbolsforarchitecturearmv7:"_OBJC_METACLASS_$_PhoneGapDelegate",referencedfrom:_OBJC_METACLASS_$_TestAppDelegateinTestAppDelegate.o"_OBJC_CLASS_$_PhoneGapDelegate",referencedfrom:_OBJC_CL

ios - 地址簿链接器错误 : Undefined symbols for architecture i386

当我使用__bridge_transfer或__bridge时:-(BOOL)peoplePickerNavigationController:(ABPeoplePickerNavigationController*)peoplePickershouldContinueAfterSelectingPerson:(ABRecordRef)person{NSString*nameFirst=(__bridge_transferNSString*)ABRecordCopyValue(person,kABPersonFirstNameProperty);NSString*nameLast=(_

ios - 核心剧情: first/last point symbol is out of screen

我有一个简单的问题,但我不知道如何解决。当我布置我的情节时,我为每个点使用CPTPlotSymbol。符号是一个圆圈。问题是在第一个点和最后一个点上只有一半的圆是可见的。(由于情节的位置)。有没有办法在图中显示完整的符号?我已经尝试增加绘图的填充和绘图区域,但没有奏效。感谢和问候,彼得 最佳答案 您需要扩大违规绘图范围以为符号腾出空间。使用visibleRange和gridLinesRange来限制轴和网格线的大小。以下是执行此操作的PlotGallery示例应用程序中控制图的一些代码:CPTMutablePlotRange*xRa

ios - ld : symbol(s) not found for architecture armv7 when using CocoaPods

这只发生在一台机器上,一台Macmini构建服务器。它对armv7s有同样的错误。它适用于多个Ubuntu构建代理和我的本地计算机(MacbookPro)。这些服务器都具有相同的:XCode版本(5.0)Podfile/Podfile锁Pod缓存(在每台机器上清除它)Maven版本(3.1.1)Cocoapods版本(0.29.0)正在使用的pod是TTTAttributedLabel:[INFO]Undefinedsymbolsforarchitecturearmv7s:[INFO]"_kCTUnderlineStyleAttributeName",referencedfrom:[I