Open d1fferenz opened 2 months ago
Thanks @differenzPriv, contributions are always welcome! detox build
is just a proxy for your build, however, if that's a common issue, it might be a good idea to add that under our build troubleshooting guide.
Check our contribution docs for the docs site here
Describe your idea
Hello :) In our project, we unfortunately have to rely on a few dependencies that require the app to run on an iOS Rosetta simulator. I have used Detox in other projects before (it’s amazing), but I recently integrated it into this one with the mentioned dependencies.
When running the ‘detox build’ command multiple times in this project, you encounter different errors each time. However, they always relate to SwiftEmitModule or SwiftCompile. I couldn’t find any issues or documentation about these topics or about running Detox in a Rosetta environment. Therefore, I propose writing a documentation article addressing this problem. I resolved it as follows:
Now the build command was able to run flawless.
Thank you for your amazing work and greeting from germany! Daniel