crasowas
crasowas
@christopherfujino This fixes unable to find bundled Java version issue. At present, Android Studio has changed the embedded JDK location from `$studio_root/jre` to `$studio_root/jbr`, so the coding of `javaPath` has...
@christopherfujino I tried resetting it, but nothing seemed to work.
> I am getting also new warnings from AppStore:  > > The types are: > > * FileTimestamp > * SystemBootTime > * UserDefaults > * DiskSpace > >...
This issue has been fixed in #1890.
1. As far as I know, it's best to create a privacy manifest for your app. Here are two key reasons: * The privacy manifest not only declares which APIs...
Could you please provide the full command when executing the script?
I'm unable to reproduce the current issue, perhaps you could try debugging the script. ```shell set -x results=($(analyze_api_usage "$dir_path" "${excluded_dirs[@]}")) set +x ```
Could you offer further details regarding this local Pod folder?
> > I'm unable to reproduce the current issue, perhaps you could try debugging the script. > > ```shell > > set -x > > results=($(analyze_api_usage "$dir_path" "${excluded_dirs[@]}")) > >...
More information is needed before I can proceed. Could you provide the logs printed during debugging mode? Or perhaps you'd like to attempt fixing it yourself? Your contribution to the...