Liz Jakubowski

Results 2 comments of Liz Jakubowski

bump - my team would find this rule to be super useful ❤️

We found that setting this build setting in FBSnapshotTestCase fixes the test bundle launch errors: ``` LIBRARY_SEARCH_PATHS = $(TOOLCHAIN_DIR)/usr/lib/swift-$(SWIFT_VERSION)/$(PLATFORM_NAME) $(inherited) ``` Where `TOOLCHAIN_DIR` is the path to `XcodeDefault.xctoolchain` and `PLATFORM_NAME`...