Isaac Overacker

Results 10 comments of Isaac Overacker

> Probably not the right solution, but found just by ignoring the file / folder in `package.json` solves the build problem. E.g. enter the following > > ``` > "build":...

Should I be able to build a universal Mac DMG with Keytar 7.7.0 today or do we need to wait for a new version with the single N-API binary?

I updated to the latest electron-builder but I was still running into this issue. The fix for me was to install Rosetta 2 on my M1 Mac.

I'm also facing issues with the bundler on 0.63 in two projects, but it might be a slightly different issue because I'm promptly getting errors while bundling for release. One...

@typester good call! That works! 🎉 To be clear, in my case, rather than patch `node_modules/react-native/scripts/react-native-xcode.sh`, I added `cd $PROJECT_DIR/..` to the first line of the `Bundle React Native code...

@rnnyrk oof, that must have been fun to track down. Heads up: the [React Native docs on using TypeScript](https://reactnative.dev/docs/typescript#adding-typescript-to-an-existing-project) recommend leaving `index.js` as `.js`. > You should leave the ./index.js...

> Upgrade to v0.63.3. It's now fixed > > Changelog of v0.63.3 : > > * Fix "main.jsbundle does not exist" issue ([83777cb](https://github.com/facebook/react-native/commit/83777cb4fb5dda89c430b7eff9cd1f28d2577831)) Good to know! Does anyone know if...

Yes, surround the directory names with `*`. E.g., ``` alcove --verbose --product-name MyApp --remove-filter *MyAppTest*,*iPhoneSimulator* ```

Hm, I wonder if that is being caused by spaces in your search dir.

Just got back from vacation. I'll make some time to investigate this weekend. What version of Xcode are you using?