소스 검색

pod 빌드 안되는 버그 수정

서용하 6 년 전
부모
커밋
a9a5a9e5e6
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      podfile

+ 6 - 6
podfile

@@ -12,17 +12,17 @@ def all_pods
     pod 'Crashlytics'
 end
 
-target 'MCPlusTests' do
-  use_frameworks!
-  all_pods
-  
-end
+
 
 target 'kunkuk' do
   # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
   use_frameworks!
     all_pods
-
+    target 'MCPlusTests' do
+      inherit! :search_paths
+      all_pods
+      
+    end
 end
 
 target 'kunkuk_dev' do