diff --git a/YogaKit/BUCK b/YogaKit/BUCK index 65a6a659..65651021 100644 --- a/YogaKit/BUCK +++ b/YogaKit/BUCK @@ -47,8 +47,8 @@ apple_test( srcs = glob(["Tests/**/*.m"]), compiler_flags = COMPILER_FLAGS, frameworks = [ - "$SDKROOT/System/Library/Frameworks/CoreGraphics.framework", "$PLATFORM_DIR/Developer/Library/Frameworks/XCTest.framework", + "$SDKROOT/System/Library/Frameworks/CoreGraphics.framework", ], info_plist = "Tests/Info.plist", visibility = ["PUBLIC"],