When i am integrating pod file. I didn't get any error message before using cocoapods, now i am integrating cocoapods using Paypal-iOS-SDk. I got an error: If anyone know how to solve this error please tell me. My email id: kosuruudaysaikumar#gmail.com
Last login: Fri Jun 9 11:37:40 on ttys001
shyams-Mac-mini:~ shyamnarla$ cd /Users/shyamnarla/Downloads/Amaravati\
shyams-Mac-mini:Amaravati shyamnarla$ pod install
Analyzing dependencies
Downloading dependencies
Using Alamofire (4.0.1)
Using AlamofireImage (3.1.0)
Installing CardIO (5.4.1)
Using Firebase (3.9.0)
Using FirebaseAnalytics (3.5.1)
Using FirebaseCore (3.4.4)
Using FirebaseInstanceID (1.0.8)
Using FirebaseMessaging (1.2.1)
Using GoogleInterchangeUtilities (1.2.2)
Using GoogleMaps (2.1.0)
Using GooglePlacePicker (2.1.0)
Using GooglePlaces (2.1.0)
Using GoogleSymbolUtilities (1.1.2)
Using GoogleToolboxForMac (2.1.0)
Installing PayPal-iOS-SDK (2.17.0)
[!] Error installing PayPal-iOS-SDK
[!] /usr/bin/git clone https://github.com/paypal/PayPal-iOS-SDK.git /var/folders/b3/8tmw3ywx53vb9h7qvzgrpr2r0000gn/T/d20170609-2132-1pgwyuv --template= --single-branch --depth 1 --branch 2.17.0
Cloning into '/var/folders/b3/8tmw3ywx53vb9h7qvzgrpr2r0000gn/T/d20170609-2132-1pgwyuv'...
error: RPC failed; curl 56 SSLRead() return error -36
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
[!] Smart quotes were detected and ignored in your Podfile. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice.
[!] Automatically assigning platform ios with version 10.0 on target Amaravati because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
Related
Problem
For flutter projects when trying to do CI via Fastlane or Code magic getting an error.
Error(s)
Unable to export archive: 2019-07-19 06:35:19.256
xcodebuild[3381:21183] [MT] IDEDistribution: -[IDEDistributionLogging
_createLoggingBundleAtPath:]: Created bundle at path '/var/folders/r7/d9twdq011sb8d3q1p8f39cdr0000gn/T/Runner_2019-07-19_06-35-19.252.xcdistributionlogs'.
error: exportArchive: Symbols tool failed Error
Domain=IDEFoundationErrorDomain Code=1 "Symbols tool failed"
UserInfo={NSLocalizedDescription=Symbols tool failed} ** EXPORT FAILED
**
Some Extra Detail(s)
This issue is coming with recent master commits in Flutter git.
When using Flutter stable git branch we don't have this issue.
Had the same issue. Running pod install solved on my side. I'm using local Fastlane on flutter beta channel.
After update pods i have received Unrecognized platform name error message in PINCatch Framework.I have try to find solution on google but not getting answer.
Below i have mention pods update logs :
Analyzing dependencies
Removing SIOSocket
Removing libjingle_peerconnection
Downloading dependencies
Using AFNetworking (3.1.0)
Using BFRImageViewer (1.0.32)
Using Bolts (1.8.4)
Using CocoaAsyncSocket (7.6.1)
Installing CocoaLumberjack 3.3.0 (was 3.2.0)
Installing Crashlytics 3.9.0 (was 3.8.6)
Using DACircularProgress (2.3.1)
Installing FBSDKCoreKit 4.27.1 (was 4.25.0)
Installing FBSDKLoginKit 4.27.1 (was 4.25.0)
Installing FBSDKShareKit 4.27.1 (was 4.25.0)
Using FLAnimatedImage (1.0.12)
Installing Fabric 1.7.0 (was 1.6.12)
Using InstagramKit (3.8)
Using KissXML (5.2.0)
Installing PINCache 3.0.1-beta.6 (was 3.0.1-beta.5)
Installing PINOperation 1.1 (was 1.0.3)
Installing PINRemoteImage 3.0.0-beta.13 (was 3.0.0-beta.11)
Using RSKImageCropper (1.6.3)
Installing TwitterCore 3.0.1 (was 3.0.0)
Installing TwitterKit 3.2.0 (was 3.0.4)
Using UICKeyChainStore (2.1.1)
Using XMPPFramework (3.7.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 13 dependencies from the Podfile and 22 total pods installed.
Error Image
XCODE Version 8.3.3 (8E3004b)
Deployment Target : iOS 9
Universal App (iPhone & iPad)
Let me know how to solve this error ?
I have the same error in CocoaLumberjack with Xcode8.
I solved it by use Xcode9.
(my Xcode version is 9.0.1)
I have a project written by swift 2.
I updated to swift 3, I'm using Alamofire and swiftyjson
so I updated their by cocoapods and I fixed all my project issues,
after all that I got this error about Alamofire
The following binaries use incompatible versions of Swift:
also I have these warnings
this is my pod file
this what I see in terminal after pod update
Update all pods
Updating local specs repositories
CocoaPods 1.2.0.beta.1 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.2.0.beta.1
Analyzing dependencies
Downloading dependencies
Using Alamofire (4.0.1)
Using DropDown (2)
Using SideMenu (2.0.5)
Using SwiftyJSON (3.1.1)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 4 dependencies from the Podfile and 4 total pods installed.
[!] The `ehtamiApp [Debug]` target overrides the `EMBEDDED_CONTENT_CONTAINS_SWIFT` build setting defined in `Pods/Target Support Files/Pods-ehtamiApp/Pods-ehtamiApp.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The `ehtamiApp [Release]` target overrides the `EMBEDDED_CONTENT_CONTAINS_SWIFT` build setting defined in `Pods/Target Support Files/Pods-ehtamiApp/Pods-ehtamiApp.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
what is that mean? and how I can fix it?
I have a project using the following Podfile:
target 'XXX' do
pod 'Google/Analytics'
pod 'Google/SignIn'
pod 'HockeySDK', '~> 4.0.1'
pod 'GoogleMaps'
pod 'Google-Mobile-Ads-SDK', '~> 7.0'
pod 'TesseractOCRiOS', '4.0.0'
pod 'TOCropViewController'
end
this compiles and runs perfectly.
once I do $pod update then I get lots of updates, see below:
Analyzing dependencies
Downloading dependencies
Installing FirebaseAnalytics (3.2.0)
Installing FirebaseInstanceID (1.0.6)
Installing Google 3.0.3 (was 2.0.3)
Installing Google-Mobile-Ads-SDK 7.8.1 (was 7.8.0)
Using GoogleAnalytics (3.14.0)
Installing GoogleAppUtilities 1.1.1 (was 1.1.0)
Installing GoogleAuthUtilities 2.0.1 (was 2.0.0)
Installing GoogleInterchangeUtilities 1.2.1 (was 1.2.0)
Using GoogleMaps (1.13.2)
Installing GoogleNetworkingUtilities 1.2.1 (was 1.2.0)
Installing GoogleSignIn 4.0.0 (was 3.0.0)
Installing GoogleSymbolUtilities 1.1.1 (was 1.1.0)
Installing GoogleUtilities 1.3.1 (was 1.2.0)
Using HockeySDK (4.0.1)
Using TOCropViewController (1.3.7)
Using TesseractOCRiOS (4.0.0)
Generating Pods project
Integrating client project
Sending stats
Sending stats
Pod installation complete! There are 7 dependencies from the Podfile and 16
total pods installed.
then I try to build and I get the following error:
ld: file not found: /Users/user/Desktop/Personal/xxx/Pods/GoogleUtilities/Libraries/libGTM_NSData+zlib_external.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
so I decided to delete the entry from Other Linker Flags ($(PODS_ROOT)/GoogleUtilities/Libraries/libGTM_NSData+zlib_external.a) and that problem went away, but now I get the following error:
ld: file not found: -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am on xcode 7.
any idea? this is driving me nuts.
thanks.
I resolved the problem on my own.
what I did was:
go to my project folder with finder
"show package content" for my project.xcodeproj
edit the file .pbxproj
delete the Other Link section for both debug and release
then I restarted xcode and all worked like a charm again.
phew!
I'm trying to load AFNetworking library on my project but in terminal I have always this error message:
MacBook-Pro-Aleksandr:KAFileMap aleksandrkarpov$ pod install
Analyzing dependencies
Downloading dependencies
Installing AFNetworking (2.5.2)
[!] Error installing AFNetworking
[!] /usr/bin/git clone https://github.com/AFNetworking/AFNetworking.git
/Users/aleksandrkarpov/Desktop/KAFileMap/Pods/AFNetworking --single-branch --
depth 1 --branch 2.5.2
Cloning into '/Users/aleksandrkarpov/Desktop/KAFileMap/Pods/AFNetworking'...
fatal: unable to access 'https://github.com/AFNetworking/AFNetworking.git/':
Proxy CONNECT aborted
Anybody can help me? Thank's
GitHub is currently suffering from a distributed denial of service attack. Try again later.