react-native-spokestack icon indicating copy to clipboard operation
react-native-spokestack copied to clipboard

IOS Spokestack.initialize not running on release version

Open bogdancrisu opened this issue 4 years ago • 0 comments

Describe the bug

It looks like Spokestack initialization doesn't want to run if the app has build configuration set to release, but works fine if it's set to debug.

Your environment

  • Version of react-native-spokestack 6.1.4
  • Version of react-native 0.66.0
  • Device and OS version IOS 14.7.1

Steps to reproduce

build configuration set to release

XCODE Los

2021-10-11 15:51:17.119650+0300 tamarinapp[1612:239125] [native] Running application testapp ({ initialProps = { }; rootTag = 1; }) 2021-10-11 15:51:17.431558+0300 testapp[1612:239382] [javascript] Running "testapp" with {"rootTag":1,"initialProps":{}} 2021-10-11 15:51:17.475950+0300 testapp[1612:239382] [javascript] 'MICROPHONE', 'denied' 2021-10-11 15:51:17.475993+0300 testapp[1612:239382] [javascript] 'SPEECH_RECOGNITION', 'denied' 2021-10-11 15:51:18.096871+0300 testapp[1612:239125] WF: === Starting WebFilter logging for process testapp 2021-10-11 15:51:18.096993+0300 testapp[1612:239125] WF: _userSettingsForUser mobile: { filterBlacklist = ( ); filterWhitelist = ( ); restrictWeb = 1; useContentFilter = 0; useContentFilterOverrides = 0; whitelistEnabled = 0; } 2021-10-11 15:51:18.097093+0300 testapp[1612:239125] WF: _WebFilterIsActive returning: NO 2021-10-11 15:51:28.477831+0300 testapp[1612:239382] [javascript] 'MICROPHONE', 'granted' 2021-10-11 15:51:28.477968+0300 testapp[1612:239382] [javascript] 'SPEECH_RECOGNITION', 'granted' noResponse 2021-10-11 15:51:28.518795+0300 testapp[1612:239382] [javascript] { error: 'A download completed but there was no response.' } noResponse noResponse 2021-10-11 15:51:28.521095+0300 testapp[1612:239382] [javascript] { error: 'A download completed but there was no response.' } 2021-10-11 15:51:28.521172+0300 testapp[1612:239382] [javascript] { error: 'A download completed but there was no response.' } noResponse noResponse 2021-10-11 15:51:28.522756+0300 testapp[1612:239382] [javascript] { error: 'A download completed but there was no response.' } 2021-10-11 15:51:28.522946+0300 testapp[1612:239382] [javascript] { error: 'A download completed but there was no response.' } noResponse 2021-10-11 15:51:28.557498+0300 testapp[1612:239382] [javascript] { error: 'A download completed but there was no response.' }

bogdancrisu avatar Oct 11 '21 12:10 bogdancrisu