Luke Brandon Farrell

Results 62 comments of Luke Brandon Farrell

Any update on this @stoica94 ?

Another workaround: ```{'We won\'t do anything with you email. It\'s just to prevent spam.'}``` A bit cleaner than the others suggested.

This will fix the issues: ``` const audioRecorderPlayer = useRef(new AudioRecorderPlayer()).current; ```

Same here with `testflight` and Fastlane

> > We're finding that we need to change the `CACHE_VERSION` for every run, and so far we've only found a way to do it manually by changing the project...

@airtonix Would you mind sharing your "swissknife and react-native orbs local to our setup" approach ?

I fixed this after a full day of searching on a Mac M1: ``` post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '$(inherited)' config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"]...

Great fix. @meedan, could we get this merged?

btw, I have tested this on physical device and it works.