52inc/SwiftyGiphy

Build issue with Xcode 10.2.1

Iraniya opened this issue · 2 comments

Showing Recent Messages
Build system information
error: /Users/iraniya/Downloads/SwiftyGiphy-master/Pods/Target Support Files/Pods-SwiftyGiphySample/Pods-SwiftyGiphySample.debug.xcconfig: unable to open file (in target "SwiftyGiphySample" in project "SwiftyGiphy") (in target 'SwiftyGiphySample')

I have tried pod install pod update but stuck at

"Analyzing dependencies
[!] The version of CocoaPods used to generate the lockfile (1.6.1) is higher than the version of the current executable (1.5.3). Incompatibility issues may arise.
Fetching podspec for SwiftyGiphy from ../SwiftyGiphy
[!] No podspec found for SwiftyGiphy in ../SwiftyGiphy"

Thanks in advance :-)

Hi! Did anybody solve this issue? Thanks!

Just save this in Podfile:

platform :ios, '9.0'

target 'SwiftyGiphySample' do
use_frameworks!

pod 'SwiftyGiphy'

end