Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.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 在iPad视网膜或真实设备上运行时出现Pod错误_Ios_Xcode_Ipad_Cocoapods - Fatal编程技术网

Ios 在iPad视网膜或真实设备上运行时出现Pod错误

Ios 在iPad视网膜或真实设备上运行时出现Pod错误,ios,xcode,ipad,cocoapods,Ios,Xcode,Ipad,Cocoapods,这是我的Pod文件 platform :ios, '8.0' target "Earcrush" do pod 'PureLayout' pod 'ECSlidingViewController' pod 'KGModal' pod 'AMPopTip' pod 'WYPopoverController' pod 'UITextView+Placeholder' pod 'SVPullToRefresh' pod 'XCDYouTubeKit' pod 'youtube-ios-player-h

这是我的Pod文件

platform :ios, '8.0'
target "Earcrush" do
pod 'PureLayout'
pod 'ECSlidingViewController'
pod 'KGModal'
pod 'AMPopTip'
pod 'WYPopoverController'
pod 'UITextView+Placeholder'
pod 'SVPullToRefresh'
pod 'XCDYouTubeKit'
pod 'youtube-ios-player-helper'
pod 'M13ProgressSuite'
pod 'PINRemoteImage'
pod 'BLKFlexibleHeightBar'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'GoogleAPIClient'
pod 'GoogleAPIClient/YouTube'
pod 'GTMOAuth2'
end
当我在任何iPhone模拟器上运行我的项目时,它将成功运行
然而,当我尝试在iPadRetina(iOS8或iOS9)上运行时,我得到了下面的错误。我尝试过清理项目,重新打开Xcode,但没有成功


我的吊舱怎么了?任何帮助或建议都将不胜感激。

我也面临类似问题。你能解决这个问题吗?抱歉@zeeawan我仍然没有解决这个问题,仍然在寻找答案我面临着类似的问题。你能解决这个问题吗?抱歉@zeeawan我仍然没有解决这个问题,仍然在寻找答案
Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_M13ProgressViewPie", referenced from:
      objc-class-ref in IPProgressViewPie.o
  "_OBJC_METACLASS_$_FacebookStyleBarBehaviorDefiner", referenced from:
      _OBJC_METACLASS_$_ECSearchStyleBarBehaviorDefiner in ECSearchStyleBarBehaviorDefiner.o
  "_OBJC_CLASS_$_WYPopoverTheme", referenced from:
      objc-class-ref in ECBaseMenuViewController.o
  "_OBJC_CLASS_$_GTLServiceYouTube", referenced from:
      objc-class-ref in SimpleYoutube.o
  "_OBJC_CLASS_$_GTLQueryYouTube", referenced from:
      objc-class-ref in SimpleYoutube+Upload.o
  "_OBJC_CLASS_$_PINRemoteImageManager", referenced from:
      objc-class-ref in AppDelegate.o
      objc-class-ref in ECDataManager.o
  "_OBJC_CLASS_$_GTLYouTubeVideo", referenced from:
  ... 
  ld: symbol(s) not found for architecture arm64