0

I'm trying to run a project in a new computer, but I have this error framework not found DTXProfiler I have read this article, but I don't have any Pods.framework file nor Linked Frameworks and Libraries. I don't know what to do. I have also tried with pod deintegrate + install.

PS.

  • I opened the .xcworkspace file, not the other one.
  • Clean installed the project
  • Deleted derived data a couple of times
  • I don't even have DTXProfiler in my pods
Jalil
  • 1,167
  • 11
  • 34

1 Answers1

2

In case of having homebrew installed, just run.

brew tap wix/brew
brew cask install detox-instruments
Jalil
  • 1,167
  • 11
  • 34