Mik

Results 23 comments of Mik

Ok, I used your approach, it works. I just made a small change using`xcrun --sdk macosx mint` to start Mint

Is there a way to set the PATH system-wide ? I don't understand why we need to update the PATH during the script phase. For example my `.zshrc` already has...

We're supposed to have the codeSign option but it doesn't seem to work here neither. I'm on Xcode 12.5.1 btw ``` dependencies: - { bundle: XXX.bundle, implicit: true, codeSign: true...

Thank you, I'm really looking forward to see that working

We are facing the same problem here. I could say that it is an urgent matter

I'm testing without SLI now ! Very happy that you found that @aLeX1443 !

I'm using hardhat in a sveltekit project with a `package.json` file with those devDependencies as well: ``` "@nomicfoundation/hardhat-chai-matchers": "^1.0.4", "@nomicfoundation/hardhat-network-helpers": "^1.0.6", "@nomicfoundation/hardhat-toolbox": "^2.0.0", "@nomiclabs/hardhat-ethers": "^2.2.0", ``` And this installs automatically...

I identified the same problem here as well. With dotLottie files only. JSON files are working fine. Even If I set the loopMode on the view right after building it...

> I believe this is the expected behavior of a dotLottie animation, since the json manifest includes configuration on the loop mode to use, which we apply to the `LottieAnimationView`...