Skip to content

Commit fcb79a7

Browse files
committed
Fix FRAMEWORK_SEARCH_PATHS to work on device
1 parent 2dae137 commit fcb79a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KIF.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
xctest.compiler_flags = '-DKIF_XCTEST'
2121
xctest.xcconfig = {
2222
'OTHER_CFLAGS' => '-DKIF_XCTEST',
23-
'FRAMEWORK_SEARCH_PATHS' => '$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks' }
23+
'FRAMEWORK_SEARCH_PATHS' => '$(PLATFORM_DIR)/Developer/Library/Frameworks' }
2424
xctest.requires_arc = true
2525
end
2626

0 commit comments

Comments
 (0)