Skip to content

Commit ac5afd3

Browse files
committed
Merge pull request #22 from Valpertui/master
Cocoapods : Fix Warning link to non existant path
2 parents cf09559 + f244105 commit ac5afd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IDZSwiftCommonCrypto.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ CMD
4141

4242
# Make sure we can find the dummy frameworks
4343
s.xcconfig = {
44-
"SWIFT_INCLUDE_PATHS" => "$(PROJECT_DIR)/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
45-
"FRAMEWORK_SEARCH_PATHS" => "$(PROJECT_DIR)/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)"
44+
"SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
45+
"FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)"
4646
}
4747

4848
end

0 commit comments

Comments
 (0)