Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/121.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
运行iOS代码时未找到-lPods的库-错误_Ios_Objective C_Swift_Swiftui - Fatal编程技术网

运行iOS代码时未找到-lPods的库-错误

运行iOS代码时未找到-lPods的库-错误,ios,objective-c,swift,swiftui,Ios,Objective C,Swift,Swiftui,我正在xcode上运行.xcworkspace文件,出现以下错误:- library not found for -lPods- 这是我的播客文件:- # 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 us

我正在xcode上运行.xcworkspace文件,出现以下错误:-

library not found for -lPods-
这是我的播客文件:-

# 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
#取消注释下一行以定义项目的全局平台
平台:ios,“9.0”
目标“”是否执行
#如果您正在使用Swift或希望使用动态框架,请取消注释下一行
#使用你的框架!
#豆荚
吊舱“火力基地/核心”
吊舱“火力基地/授权”
吊舱“火力基地/动力舱”
pod‘谷歌签名’,“~>5.0”
pod'OneSignal','>=2.6.2','<3.0'
吊舱“TPKeyboardAvoiding”
“FBSDKCoreKit”吊舱,“~>5.5.0”
吊舱“FBSDKLoginKit”,“~>5.5.0”
pod“电话国家代码和标志”
pod“ListPlaceholder”
吊舱“微光”
结束
目标“”是否执行
pod'OneSignal','>=2.6.2','<3.0'
结束

任何帮助都将不胜感激!谢谢:)

仅尝试构建活动体系结构“=是并运行
pod安装


发生了什么事?我的答案对你有用吗?@zeytin是的!谢谢你的帮助!