Haim Bendanan
Haim Bendanan
@LordMidi did you find a solution for the regex?
> @HaimBendanan No - but I use a package script instead. This removes everything that should not be included. See all options: https://github.com/electron/electron-packager/blob/master/docs/api.md > > ```js > const fs =...
@epilande here it is: Firebase: 7.14.13 Gatsby: 2.21.21 Gatsby-theme-firebase: 1.0.10
I am facing the same issue as @marimomo00. It seems to be because there is an attempt to use the lipo function, which fails when building on Windows. How can...
> @HaimBendanan > When outputting an Xcode project on Windows, RemoveSimulatorArchitectures() method fails. > You can manually remove the unnecessary Architectures on macOS. > > //remove i386 architectures. > lipo...