Rodrigo Prado Fontes
Rodrigo Prado Fontes
I can confirm that by installing the lib with #57 merged and wrapping every `async/await` in the project with back-ticks, it is possible to compile on Xcode 13. ``` -...
@traviswimer you're my hero
Also happens in 1.11.3: Stack ``` CocoaPods : 1.11.3 Ruby : ruby 2.7.4p191 (2021-07-07 revision a21a3b7d23) [arm64-darwin21] RubyGems : 3.1.6 Host : macOS 12.3.1 (21E258) Xcode : 13.3.1 (13E500a) Git...
As the logs suggest, the problem originates in [this concatenation](https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/installer/analyzer/pod_variant_set.rb#L119). Simply wrapping it in a conditional statement that will run the concatenation only if `root_spec.default_subspecs != :none` should fix this...
@cipolleschi, I tried those steps, and I get the `dyld[620]: symbol not found in flat namespace '_jump_fcontext'` error only when I run in a physical device. If I target a...
@AnatolyPristensky, sorry about that 😅 This issue was flagged on a pen test of my current project. The pen testers found a reference to `DevSettingsActivity` in the manifest of the...
This started happening in our project when we upgraded to React Native 0.76. The library works well with React Native 0.75.4. This issue has already been reported [here](https://github.com/agencyenterprise/react-native-health/issues/395), and [this...