I recently changed the name of my app and now my unit tests are not running, I am getting an Apple linker error.
Any idea how to fix this? If I expand my \'Products
In my case, I had the similar issue after performing app rename. I'm running Xcode 8.x and what I did was:
1) Project -> Targets -> xxTests -> General -> Enable 'Allow testing Host Application APIs'.
2) Perform clean & rebuild
3) In [Simulator], reset it: Simulator -> Reset Content and Settings...