I am trying to make an IOS Xamarin binding for the Braintree payment gateway by following these instructions: https://learn.microsoft.com/en-us/xamarin/cross-platform/macios/binding/objective-sharpie/examples/cocoapod But when i run sharpie pod init ios BraintreeDropIn I reaches the line "Searching for requested CocoaPods" and then seems to stay there indefinitely I have tried downgrading Pod to 1.7.5 as some others recommended but that made no difference. Anyone know what could be going wrong? Sharpie version = 3.4.0-c0f0e73 pod version = 1.7.5 After hanging for a long time it eventually output the message: error: Failed to run pod list
Xamarins sharpie pod stops at searching for requested cocoapods
499 Views Asked by PeachyPrieto At
1
There are 1 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in XAMARIN
- Xamarin Table View Crash
- How to read a characteristic (e.g. in WICED Smart example "speed_test")
- Using Azure MobileServices library with my own LAN WebApi
- Bundle Multiple Xamarin apps in one pkg installer
- Xamarin Google Cloud Messaging GcmClient.CheckDevice(this) causes runtime error
- UIAlertView popup won't let me swipe up Control Center
- How do I Insert a Previously Created SQLite Database into a Xamarin.Android App?
- Can custom text be added to a listview cell?
- How to run a ASP.net project to Xamarin Studio
- How can i do a fill animation in Xamarin.Forms
- How to change Display Alert default focus on a button?
- Mixing a CocosSharp game with UIViewControllers
- Building C# code in VSCode on Mac
- How to use research Kit framework in Xamarin
- Why is my app requesting permissions I didn't ask for?
Related Questions in COCOAPODS
- Cannot pod spec lint because of undeclared type errors
- CocoaPods Failed to Lint A Podspec Due to Objective-C Generated Interface Header Not Found
- Cocoapods library not found for apple watch extensions
- PureLayout in Swift with Cocoapods
- Can't find Pods.modulemap - looking in wrong directory
- Update AWSS3 with Cocoapods
- Error installing cocoapods: Failed to build gem native extension
- Google Maps 1.10.1 iOS with cocoapods giving duplicate symbol error
- install cocoapods library with specific name
- How to use YouTube iOS player helper with use_frameworks! with CocoaPods
- Google Sign in CocoaPods Install in Swift?
- How to remove Cocoa-Pod from project?
- Getting error in Adjust library, Integrated with Pods
- Cocoapods generate bad xcconfig file - no header search path
- Google Map flickering in iOS
Related Questions in OBJECTIVE-SHARPIE
- Can I bind the Apple ResearchKit framework using Objective Sharpie?
- How to binding C array type in objective-c library using Objective Sharpie?
- Class cannot be cast to NSObject type of interface into the C# binding library Xamarin IOS
- Singleton Property is always null of the third party framework after doing xamarin ios bindings
- Xamarin binding C library params not working (variadic functions)
- Xamarin iOS singleton property from binding always return null on real device
- Xamarin IOS binding
- Why does my NearbyMessages Objective-C to C# binding throw an NSInvalidArgumentException when I call publish/subscribe methods?
- Unsupported type for Fields (enum)
- Problem with binding a Xamarin Forms iOS library with objective Sharpie
- Xamarins sharpie pod stops at searching for requested cocoapods
- How do I get Objective Sharpie to recognize framework dependency header paths?
- Failing to create objective sharpie bindings for FBSDKShareKit cocoapod
- Xamarin Object Sharpie Obj-C Library Binding why Output huge File?
- Xamarin iOS Bindings Libraries issue with Typedefs
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It was this post from which i originally tried downgrading cocoapods to 1.7.5, having not realised that the first commentor had it workign with cocoapods 1.5.0: https://github.com/MicrosoftDocs/xamarin-docs/issues/173 Moving to 1.5.0 solved it for me.