【发布时间】:2015-01-31 14:27:29
【问题描述】:
我的项目“Shag iBeacon”包含框架:
Bolts.framework,
Parse.framework,
AudioToolbox.framework,
CFNetwork.framework,
MobileCoreServices.framework,
QuartzCore.framework,
Security.framework
StoreKit.framework,
SystemConfiguratinon.framework,
Accounts.framework,
Social.framework,
AdSupport.framework,
CoreLocation.framework,
CoreBluetooth.framework,
Foundation.framework,
CoreGraphics.framework and
UIKit.framework.
我将 CocoaPods 添加到这个现有项目中,并使用以下语句将解析库添加到项目中:pod 'Parse'。我打开了 Shag iBeacon.xcworkspace 并编译了项目但是我得到一个错误,因为
The file “Pods-Shag iBeacon-Bolts-Private.xcconfig” couldn’t be opened because there is no such file.
(我已附上我的 projet navigator 的 2 个屏幕截图)
有人可以解释一下如何解决这个问题吗?提前谢谢...
【问题讨论】:
-
你跑
pod install了吗?我们可以看到 pod 文件吗? -
是的,已经运行 pod install ...
-
POD FILE - # 取消注释此行以为您的项目定义一个全局平台 # platform :ios, '7.0' source 'github.com/CocoaPods/Specs.git' inhibitor_all_warnings!目标 'Shag iBeacon' 做 pod 'Parse' 结束目标 'Shag iBeaconTests' 做结束
标签: ios objective-c cocoapods