Troubleshooting
November 15, 2020 ยท View on GitHub
Installation
- If Homebrew complains about a conflict in the
wix/brewtap, runbrew untap wix/brew && brew tap wix/brewand install again - If installation still fails, run
brew doctorand fix all issues & warnings
Building
-
If, when building your project, you see the following error:
ld: framework not found DTXProfiler clang: error: linker command failed with exit code 1 (use -v to see invocation)You need to install Detox Instruments on your machine. See Installation for more information.
-
If you have trouble building your project for Mac Catalyst, make sure your
Other Linker Flagsare correctly set to:-ObjC -F"${CODESIGNING_FOLDER_PATH}/${BUNDLE_FRAMEWORKS_FOLDER_PATH}" -framework DTXProfilerSee Profiler Framework Integration Guide for more information.
Mac Catalyst
- If you build your project with the Sandbox enabled, and your app is not discoverable in Detox Instruments, you will need to enable Incoming Connections (Server) under Signing & Capabilities.