Roger Oba

Results 294 comments of Roger Oba

I'm on 0.43.1 and I don't think this works yet. `**/*/something` not only fails to match all the "*something", but it's also the wrong glob syntax. The right syntax should...

Because it was a bot that closed it and no one came here to help us reopen it 😞

Recursive glob still doesn't work. Use case: Folder structure: ``` . ├── Pods └── another_directory ├── Pods └── somefile.txt ``` How can I ignore both `Pods` directories, considering that one...

Thanks for confirming it's not an issue with my cocoapods version @Kileren 🙏

@helimarrabago Not me - but haven't tried any more - I've been using Xcode 12.4 since then

Not even pod deintegrate + install worked for me 😥 CocoaPods v1.10.1

I was able to get it to work by: - Pointing CocoaPods and Xcodeproj gems to `master` (in my Gemfile) - Adding this to my Podfile: ```ruby def pre_integrate!(args) #...

I posted a more scalable solution than the one above, here: https://github.com/CocoaPods/CocoaPods/issues/11444#issuecomment-1300023416 (handles CocoaPods Run Scripts that are added to your main xcodeproj, and there's also no hardcoded references to...

Will do that today @orta - thanks for the feedback! Is this debugging env var documented anywhere? 😳🙇

Using `DEBUG="networking"` didn't show any extra logs. `DEBUG="*"` did it: However, nothing particularly useful. I ran the same command passing in the `DANGER_FAKE_CI`, `DANGER_TEST_REPO` and `DANGER_TEST_PR` env vars (the ones...