bizz84 / MVCarouselCollectionView

UICollectionView-based image carousel written in Swift
MIT License
205 stars 34 forks source link

Build error when importing as cocoapod #1

Closed bizz84 closed 9 years ago

bizz84 commented 9 years ago

On Xcode 6.1, this error appears when trying to use MVCarouselCollectionView as a cocoapod:

error: could not read data from '/Users/andrea/Library/Developer/Xcode/DerivedData/test-carousel-apulzikumizeacfrflcidmumsnkl/Build/Intermediates/Pods.build/Debug-iphoneos/Pods-MVCarouselCollectionView.build/MVCarouselCell-PartialInfo.plist': The file “MVCarouselCell-PartialInfo.plist” couldn’t be opened because there is no such file.

Already discussed here: http://stackoverflow.com/questions/26693837/xcode-6-1-keeps-telling-me-some-partialinfo-plist-couldnt-be-opened

bizz84 commented 9 years ago

Running on XCode 6.3.2, this podfile works:

platform :ios, '8.0'

use_frameworks!
inhibit_all_warnings!

pod 'MVCarouselCollectionView', '1.0.4'