安装快速灵活时如何解决"directory not found for option"?
How do I resolve "directory not found for option" when installing quick and nimble?
我在 xcode 7
中安装 quick and nimble 时收到以下警告
Directory not found for option
'-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'
Directory not found for option
'-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'
有一个 issue 打开了这个,但它似乎已经解决了,所以我猜我做错了什么。
还有这个 SO question 但那里的答案建议删除框架搜索路径,我在其中添加了 google 映射的内容,当我删除该条目时出现其他错误.
还有其他想法吗?
这是我的播客文件:
platform :ios , '8.0'
use_frameworks!
target 'OurLatitude' do
pod 'AlamofireObjectMapper', '~> 0.9'
pod 'DateTools'
pod 'GoogleMaps'
pod 'Google/CloudMessaging'
pod 'SDWebImage', '~>3.7'
pod 'SDWebImage/MapKit', '~>3.7'
end
target 'OurLatitudeTests' do
pod 'Quick', '~> 0.6.0'
pod 'Nimble', '2.0.0-rc.3'
pod 'AlamofireObjectMapper', '~> 0.9'
pod 'DateTools'
pod 'GoogleMaps'
pod 'Google/CloudMessaging'
pod 'SDWebImage', '~>3.7'
pod 'SDWebImage/MapKit', '~>3.7'
end
这个问题好像最近才解决,还没有正式发布。我想我们只需要耐心等待 :)
我在 xcode 7
中安装 quick and nimble 时收到以下警告Directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'
Directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'
有一个 issue 打开了这个,但它似乎已经解决了,所以我猜我做错了什么。
还有这个 SO question 但那里的答案建议删除框架搜索路径,我在其中添加了 google 映射的内容,当我删除该条目时出现其他错误.
还有其他想法吗?
这是我的播客文件:
platform :ios , '8.0'
use_frameworks!
target 'OurLatitude' do
pod 'AlamofireObjectMapper', '~> 0.9'
pod 'DateTools'
pod 'GoogleMaps'
pod 'Google/CloudMessaging'
pod 'SDWebImage', '~>3.7'
pod 'SDWebImage/MapKit', '~>3.7'
end
target 'OurLatitudeTests' do
pod 'Quick', '~> 0.6.0'
pod 'Nimble', '2.0.0-rc.3'
pod 'AlamofireObjectMapper', '~> 0.9'
pod 'DateTools'
pod 'GoogleMaps'
pod 'Google/CloudMessaging'
pod 'SDWebImage', '~>3.7'
pod 'SDWebImage/MapKit', '~>3.7'
end
这个问题好像最近才解决,还没有正式发布。我想我们只需要耐心等待 :)