swift 4?
dimabiserov opened this issue · comments
dimabiserov commented
please
Andrea Mazzini commented
?
It's already swift 4 compatible.
kemy commented
[!] CocoaPods could not find compatible versions for pod "BubbleTransition":
In Podfile:
BubbleTransition (~> 3.0.0)
None of your spec sources contain a spec satisfying the dependency: `BubbleTransition (~> 3.0.0)`.
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.
i got this error when run pod. Can you help?
Andrea Mazzini commented
Please post your Podfile.
kemy commented
here sir:
target 'iCamera' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for iCamera
pod 'paper-onboarding'
pod 'MobileVLCKit'
pod "RATreeView", "~> 2.1.2"
pod 'AMScrollingNavbar'
pod "Hero"
pod 'ParallaxHeader', '~> 2.0.0'
pod 'SnapKit', '~> 4.0.0'
pod 'BEMCheckBox'
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'master'
pod 'SVProgressHUD'
pod 'BubbleTransition', '~> 3.0.0'
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED')
end
end
end
Andrea Mazzini commented
I see no problem in that. I just tested it and it pulls version ‘3.0.2‘ correctly.
Have you tried running pod repo update
?
kemy commented
it work after update. t.y