簡體   English   中英

運行 iOS 代碼時找不到 -lPods 的庫

[英]library not found for -lPods- Error while running iOS Code

我在 xcode 上運行.xcworkspace 文件,我收到以下錯誤:-

library not found for -lPods-

這是我的 Podfile:-

# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'

target '' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

# Pods for 
  pod 'Firebase/Core'
  pod 'Firebase/Auth'
  pod 'Firebase/DynamicLinks'
  pod 'GoogleSignIn', '~> 5.0'
  pod 'OneSignal', '>= 2.6.2', '< 3.0'
  pod 'TPKeyboardAvoiding'
  pod 'FBSDKCoreKit', '~> 5.5.0'
  pod 'FBSDKLoginKit', '~> 5.5.0'
  pod 'Phone-Country-Code-and-Flags'
  pod 'ListPlaceholder'
  pod 'Shimmer'
  
end

target '' do
    pod 'OneSignal', '>= 2.6.2', '< 3.0'
end

任何幫助將不勝感激:謝謝:)

Try Build Active Architecture Only" = YES 並運行pod install

在此處輸入圖像描述

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM