In regards to ENABLE_TESTING_SEARCH_PATHS, my test targets have this enabled, and I've gone ahead with some post_install hooks in my Podfile to enable this in the Debug configuration for all of my pods as well.
With this, I still get the original error.
I then additionally modified all the pod-generated xcconfig files to remove all instances of FRAMEWORK_SEARCH_PATHS = $(PLATFORM_DIR)/Developer/Library/Frameworks.
With both of these fixes (?) in place, I get a new error: cannot specify -o when generating multiple output files
I could take the symbolic linking approach as suggested by TungstenT but that feels like it's papering over a deeper issue.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: