我一直在使用pods在我的项目中没有问题。我最近在我的podfile中添加了一个pod" HCSStarRatingView"在自述文件中说我需要在顶部添加use_frameworks!
。
我做到了并且跑了pod update
。我无法再#import <>
,#import ""
或@import
我的任何广告连播。 Parse,MBProgressHUD等。找不到任何这些import语句。此外,找不到任何import语句组合的HCSStarRatingView。
我删除了我的pods目录并再次运行pod install
,但没有解决问题。我的项目没有任何Swift。我删除了use_frameworks!
(旧pod工作)但我仍然无法导入HCSStarRatingView。在GitHub上没有任何问题,我没有找到任何有助于解决我的问题的问题。
我还清理了我的项目以及构建文件夹。
非常简单的pod文件:
use_frameworks!
pod 'MBProgressHUD'
pod 'Parse'
pod 'ParseFacebookUtilsV4'
pod 'ParseUI'
pod 'ParseCrashReporting'
pod 'RSKImageCropper'
pod 'CRToast'
pod 'JSQMessagesViewController'
pod 'FBSDKCoreKit'
pod 'FBSDKShareKit'
pod 'FBSDKLoginKit'
pod 'HockeySDK', '~> 3.8'
pod 'SDWebImage', '~> 3.7'
pod 'UIActivityIndicator-for-SDWebImage', '~> 1.2'
pod 'MHVideoPhotoGallery', '~> 1.6'
pod 'TDOAuth', '~> 1.1'
pod 'HCSStarRatingView', '~> 1.4.3'
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.1'
pod 'GoogleMaps'