简体   繁体   English

Firebase未定义的符号

[英]Firebase Undefined symbols

I am adding firebase to my ios project via cocoapods . 我通过cocoapodsfirebase添加到我的ios项目中。 However after performing 但表演结束后

`pod install`

I receive Undefined symbols for architecture arm64: error : 我收到架构arm64的未定义符号:错误:

Full list of errors : 完整的错误列表:

`Undefined symbols for architecture arm64:
  "___ubsan_handle_add_overflow", referenced from:
  _ReadRawVarInt32 in 
FirebaseMessaging(FIRMessagingCodedInputStream.o)
  -[FIRMessagingConnection willProcessProto:] in FirebaseMessaging(FIRMessagingConnection.o)
  -[FIRMessagingConnection willSendProto:] in FirebaseMessaging(FIRMessagingConnection.o)
  -[FIRMessagingDelayedMessageQueue queueMessage:] in FirebaseMessaging(FIRMessagingDelayedMessageQueue.o)
  -[FIRMessagingDataMessageManager handleExpirationForDataMessage:] in FirebaseMessaging(FIRMessagingDataMessageManager.o)
  +[FIRMessagingReceiver nextMessageID] in FirebaseMessaging(FIRMessagingReceiver.o)
  -[FIRMessagingRmqManager loadInitialOutgoingPersistentId] in FirebaseMessaging(FIRMessagingRmqManager.o)
  ...
  "___ubsan_handle_divrem_overflow", referenced from:
  _FIRMessagingGetFreeDiskSpaceInMB in 
FirebaseMessaging(FIRMessagingUtilities.o)
  "___ubsan_handle_float_cast_overflow", referenced from:
  -[FIRMessaging setupSyncMessageManager] in 
FirebaseMessaging(FIRMessaging.o)
  -[FIRMessagingDelayedMessageQueue calculateTimeoutInMillisWithDelayInSeconds:] in 
FirebaseMessaging(FIRMessagingDelayedMessageQueue.o)
  -[FIRMessagingClient retryConnectionImmediately:] in 
FirebaseMessaging(FIRMessagingClient.o)
  _FIRMessagingCurrentTimestampInSeconds in 
FirebaseMessaging(FIRMessagingUtilities.o)
  _FIRMessagingCurrentTimestampInMilliseconds in 
FirebaseMessaging(FIRMessagingUtilities.o)
  _FIRMessagingGetFreeDiskSpaceInMB in 
FirebaseMessaging(FIRMessagingUtilities.o)
  "___ubsan_handle_load_invalid_value", referenced from:
  -[FIRApp setDataCollectionDefaultEnabled:] in 
FirebaseCore(FIRApp.o)
  -[FIRApp isAppIDValid] in FirebaseCore(FIRApp.o)
  -[FIRApp alreadyOutputDataCollectionFlag] in 
FirebaseCore(FIRApp.o)
  -[FIRApp setAlreadyOutputDataCollectionFlag:] in 
FirebaseCore(FIRApp.o)
  -[FIRApp isDefaultApp] in FirebaseCore(FIRApp.o)
  +[FIRDependency dependencyWithProtocol:isRequired:] in 
FirebaseCore(FIRDependency.o)
  -[FIRDependency initWithProtocol:isRequired:] in 
FirebaseCore(FIRDependency.o)
  ...
  "___ubsan_handle_negate_overflow", referenced from:
  -[FIRMessagingConnection logMessage:messageType:isOut:] in 
FirebaseMessaging(FIRMessagingConnection.o)
  "___ubsan_handle_nonnull_arg", referenced from:
  +[FIRApp registerAsConfigurable:] in FirebaseCore(FIRApp.o)
  +[FIRApp readDataCollectionSwitchFromPlist] in 
FirebaseCore(FIRApp.o)
  +[FIRConfiguration sharedInstance] in 
FirebaseCore(FIRConfiguration.o)
  +[FIRAnalyticsConfiguration sharedInstance] in 
FirebaseCore(FIRAnalyticsConfiguration.o)
  +[FIRComponentContainer registerAsComponentRegistrant:] in 
FirebaseCore(FIRComponentContainer.o)
  _FIRLoggerInitializeASL in FirebaseCore(FIRLogger.o)
  +[FIRMessaging messaging] in FirebaseMessaging(FIRMessaging.o)
  ...
  "___ubsan_handle_pointer_overflow", referenced from:
  _ReadRawByte in FirebaseMessaging(FIRMessagingCodedInputStream.o)
  -[FIRMessagingSecureSocket performRead] in 
FirebaseMessaging(FIRMessagingSecureSocket.o)
  "___ubsan_handle_shift_out_of_bounds", referenced from:
  _ReadRawVarInt32 in 
FirebaseMessaging(FIRMessagingCodedInputStream.o)
  _LogicalRightShift32 in 
FirebaseMessaging(FIRMessagingSecureSocket.o)
  -[FIRMessagingClient nextRetryInterval] in 
FirebaseMessaging(FIRMessagingClient.o)
  "___ubsan_handle_sub_overflow", referenced from:
  +[FIRMessagingPendingTopicsList pruneTopicBatches:] in 
FirebaseMessaging(FIRMessagingPendingTopicsList.o)
  -[FIRMessagingConnection willProcessProto:] in 
FirebaseMessaging(FIRMessagingConnection.o)
  -[FIRMessagingDelayedMessageQueue scheduleTimeoutInMillis:] in 
FirebaseMessaging(FIRMessagingDelayedMessageQueue.o)
  -[FIRMessagingDataMessageManager sendDelayedMessages:] in 
FirebaseMessaging(FIRMessagingDataMessageManager.o)
  "___ubsan_handle_type_mismatch_v1", referenced from:
  -[FIRApp initInstanceWithName:options:] in FirebaseCore(FIRApp.o)
  -[FIRApp configureCore] in FirebaseCore(FIRApp.o)
  -[FIRApp options] in FirebaseCore(FIRApp.o)
  +[FIRApp registerAsConfigurable:] in FirebaseCore(FIRApp.o)
  -[FIRApp isAppIDValid] in FirebaseCore(FIRApp.o)
  -[FIRApp expectedBundleID] in FirebaseCore(FIRApp.o)
  +[FIRApp readDataCollectionSwitchFromPlist] in 
FirebaseCore(FIRApp.o)
  ...

ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)` ld:找不到架构arm64 clang的符号:错误:链接器命令失败,退出代码为1(使用-v查看调用)

I have tried cleaning the project, clearing cache and removing pods and reinstalling. 我已经尝试清理项目,清除缓存并删除pod并重新安装。

platform :ios, '11.0'

use_frameworks! use_frameworks!

Inhibit compiler warning for all pods (except where inhibit_warnings is set as false). 禁止所有pod的编译器警告(将inhibit_warnings设置为false的情况除外)。

inhibit_all_warnings! inhibit_all_warnings!

target 'Generic Viewer' do 目标'通用查看器'做

pod 'VatomicSDK', :path => '../ios-vatoms-sdk', :inhibit_warnings => false # Locally reference our SDK (i.e. not pulled from Cocoapods)
pod 'Crashlytics'
pod 'Fabric'
pod 'FBSDKLoginKit'
pod 'Firebase/Core',            '~> 5.0'
pod 'AFNetworking',             '~> 2.0'    # CraftAR framework
pod 'libPhoneNumber-iOS'
pod 'Stripe',                   '~> 13.0'
pod 'NSAttributedString-DDHTML'             # HTML string parsing
pod 'PromiseKit',               '~> 4.0'
pod 'PureLayout'

pod 'UIAlertController+Show'
pod 'ReachabilitySwift'
pod 'DateToolsSwift'
pod 'SwiftQRCode'
pod 'GPUImage'                              # Camera motion detection
pod 'Cheers'                                # Confetti

# Required for the 3D face in VatomicSDK
# NOTE: Once the author has fixed the versioning issue in their repo, these should be removed.
# See: https://stackoverflow.com/questions/22447062/how-do-i-create-a-cocoapods-podspec-that-has-a-dependency-that-exists-outside-of/22475228#22475228
pod 'GLTF',     :git => "https://github.com/warrenm/GLTFKit.git", :commit => "e1939408bcd6990f477541915d5652d20e0f9edd"
pod 'GLTFSCN',  :git => "https://github.com/warrenm/GLTFKit.git", :commit => "e1939408bcd6990f477541915d5652d20e0f9edd"

pod 'Permission/Notifications'
pod 'Permission/Bluetooth'
pod 'Permission/Contacts'
pod 'Permission/Location'
pod 'Permission/Camera'

# Unit tests
target 'GV Unit Tests' do
end

# Developer Signed distribution target
# target 'Generic Viewer (Developer Signed)' do
# end

# Run code after project has been set up
post_install do |installer|

    # Some pods have not yet been updated to Swift 4.
    # As a temporary workaround, set their build version to Swift 3.2.
    myTargets = ['SwiftQRCode', 'Permission']
    installer.pods_project.targets.each do |target|
        if myTargets.include? target.name
            target.build_configurations.each do |config|
                config.build_settings['SWIFT_VERSION'] = '3.2'
            end
        end
    end

end

end 结束

I managed to solve this issue: 我设法解决了这个问题:

1) Edit Scheme 1)编辑方案

2) Ensure Undefined Behaviour Sanitiser is turned off ( If it is greyed out, you will have to edit it manually by right clicking on the project file/ Show Package Contents/xcsharedata/xcschemes ) 2)确保未定义的行为Sanitiser已关闭(如果它显示为灰色,则必须通过右键单击项目文件/ Show Package Contents / xcsharedata / xcschemes手动编辑它)

3) Remove pods - pod deintegrate && pod cache clean --all 3)删除pods - pod deintegrate && pod cache clean --all

4) Install pods - pod install 4)安装pod - pod安装

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将Firebase Framework添加到iOS未定义符号 - Adding Firebase Framework to iOS Undefined symbols 在Firebase / CrashReporting中使用调试构建的未定义符号 - Undefined symbols with debug builds in Firebase/CrashReporting Firebase MLKit 迁移 - 架构 x86_64 的未定义符号 - Firebase MLKit migration - Undefined symbols for architecture x86_64 将Firebase与Mac的Google Toolbox结合使用时出现未定义的符号Xcode错误 - Undefined symbols Xcode error when using Firebase with Google Toolbox for Mac 架构x86_64的未定义符号:用于Xcode 8.3.2中的Firebase - Undefined symbols for architecture x86_64: for Firebase in Xcode 8.3.2 架构 x86_64 的 Firebase 未定义符号 - Firebase Undefined symbols for architecture x86_64 Firebase 分析架构 x86_64 的未定义符号:“_OBJC_CLASS_$_FIRAnalytics” - Firebase Analytics Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_FIRAnalytics" React Native Firebase 分析:架构 x86_64 的未定义符号 - React Native Firebase Analytics: Undefined symbols for architecture x86_64 无法集成 Firebase iOS SDK - 架构 x86_64 的未定义符号: - Cannot integrate Firebase iOS SDK - Undefined symbols for architecture x86_64: 为什么Firebase 4.6.0(ios)给我“架构armv7的未定义符号” - Why Firebase 4.6.0 (ios) gave me “Undefined symbols for architecture armv7”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM