Allyn Sweet

Results 13 comments of Allyn Sweet

I second @Tarik02 , spent a couple hours debugging this but discovered it was because it was wrapped by `overflow-x: none`. This should be mentioned in the description of `page-mode`...

@m-val Without seeing any code, it would be hard to tell what the issue is. But it seems the root cause of the issue is with the `overflow-x` CSS attribute....

Scroll to the bottom of the issue and press "Close Issue".

I'm seeing this only happen when using CocoaPods 1.15.0, which was released 7 hours ago. Using CocoaPods 1.14 works without error for me. It appears the stack traces posted here...

@Louis-C7 @A320Peter It's hard to be sure without seeing more info, but check your Gemfile in the root of your project, does it say `gem 'cocoapods', '1.15.0'`? If so, change...

@A320Peter @DutchPrince Please run `pod --version` in the root of your project and ensure you are using `1.14.3`. If you are: `cd ios` and run `pod install`. This should work...

@levancho brew does not host older versions of cocoapods in their repository. For use in XCode Cloud, you need to download the old version directly in your script, then install...

I encountered the same issue, I resolved it by creating a `` tag in the `created()` lifecycle hook of my entry App.vue file, then appending that to the document's ``:...

I'm also running into the _scanCodes error, could this branch be merged?

Hey, I'll look into this improvement this week, seems like a simple enough addition. Thanks!