Jurvis Tan
Jurvis Tan
+1 will love to see this change landed. let me know how I can help! (https://github.com/rust-bitcoin/rust-secp256k1/issues/443)
sample project demonstrating the bug: https://we.tl/t-YDC6mJDQf2
@darkhorse-coder @jblancoh I swapped my app's implementation for `expo-in-app-purchase` and encountered the same issue (iOS 5.0.2). I doubt it is a `react-native-iap`-specific issue. Thankfully I had another test device that...
You're getting this error because `CODE_SIGNING_ALLOWED` is set to `YES` by default in Xcode 14. A workaround you can use is to make sure that the workspace targets created by...
@amrangry did you run `pod install` after placing the code snippet in your `Podfile`? If you paste your Podfile here, I’ll be happy to take a look at it
I'd imagine you'll want to put the `post_install` block outside of `target 'xyz' do ... end` like: https://termbin.com/gj9u
hey folks, if anyone is seeing this issue, don't panic! there is a way to tell Cocoapods kindly to build `NVActivityIndicatorView` for your host architecture. In your `Podfile`, add the...
^ I can confirm that manually duplicating the folders to remove the symlinks fixes this issue. which makes me wonder, how are people supporting multiple platforms that share the same...
quick pr: https://github.com/speric/kindle-highlights/pull/24
@Fonta1n3 there were some blockers that prevent us from shipping something like either a macOS/Catalyst-supported framework because fat frameworks do not support having the architecture on multiple platforms in a...