Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issue with Xcode 10.2.1 #15

Open
Iraniya opened this issue May 9, 2019 · 2 comments
Open

Build issue with Xcode 10.2.1 #15

Iraniya opened this issue May 9, 2019 · 2 comments

Comments

@Iraniya
Copy link

Iraniya commented May 9, 2019

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 :-)

@drakos
Copy link

drakos commented Feb 2, 2021

Hi! Did anybody solve this issue? Thanks!

@drakos
Copy link

drakos commented Feb 2, 2021

Just save this in Podfile:

platform :ios, '9.0'

target 'SwiftyGiphySample' do
use_frameworks!

pod 'SwiftyGiphy'

end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants