-
Hi,
I would be much thankful if you could kindly provide further information on how to provide the cache configuration to the simulator
Thank You
Warm Regards,
Piyumal
-
I have tried installing a simulator on three different Apple Silicon devices (two M1 MacBooks and one M1 Mac Mini). For all machines, the Xcode install works fine but then the simulator install fails …
ghost updated
2 years ago
-
What `react-native` version are you using?
0.74.3
What `react-native-pdf` version are you using?
6.7.5
What platform does your issue occur on? (android/ios/both)
both
Describe your issue as prec…
-
### Apple platform
iOS
### Framework version
net8.0-*
### Affected platform version
Microsoft.iOS.Sdk.net8.0_17.5/17.5.8030
### Description
Given the following native code:
```ob…
-
python scenario_runner.py --scenario FollowLeadingVehicle_1 --reloadWorld
scenario_runner.py:94: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
if …
-
Tried updating to the latest version 12.2.0, visual studio complains about not finding the file below. Tried to manually edit the .csproj and do a restore (cleared cache, restore on command line), it…
-
I use this flutter plugin and i'm getting this error with iOS 17 and Xcode 15 - RC.
```
Swift Compiler Error (Xcode): Compiling for iOS 11.0, but module 'PhoneNumberKit' has a minimum deployment …
-
I am running valgrind with a full leak check :
`valgrind --leak-check=full --show-leak-kinds=all myExecutable`
It reports reachable bytes that seem linked to the usage of LruCache:
```
==904…
-
### Description
If the search client is initialized when there is no network connectivity. It does not recover when connectivity is restored.
```
const searchClient = algoliasearch('algoliaAppId' ,…
-
The first time a game is loaded, it takes a very long time to load due to the necessity to compile it locally. Subsequent loads happen very quickly because we cache the compile result. This will be mi…