質問編集履歴

3

誤字修正

2016/12/13 04:41

投稿

tosi_1211
tosi_1211

スコア138

test CHANGED
@@ -1 +1 @@
1
- ukswift cocoapods
1
+ swift cocoapods
test CHANGED
File without changes

2

少し解消しました。

2016/12/13 04:41

投稿

tosi_1211
tosi_1211

スコア138

test CHANGED
@@ -1 +1 @@
1
- swift cocoapods
1
+ ukswift cocoapods
test CHANGED
@@ -14,23 +14,11 @@
14
14
 
15
15
 
16
16
 
17
- [!] The `project [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.debug.xcconfig'. This can lead to problems with the CocoaPods installation
18
-
19
- - Use the `$(inherited)` flag, or
20
-
21
- - Remove the build settings from the target.
22
-
23
-
24
-
25
17
  [!] The `project [Release]` target overrides the `PODS_ROOT` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.release.xcconfig'. This can lead to problems with the CocoaPods installation
26
18
 
27
19
  - Use the `$(inherited)` flag, or
28
20
 
29
21
  - Remove the build settings from the target.
30
-
31
-
32
-
33
- [!] The `project [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.release.xcconfig'. This can lead to problems with the CocoaPods installation
34
22
 
35
23
  ```
36
24
 
@@ -61,3 +49,31 @@
61
49
 
62
50
 
63
51
  この2つのエラーが消えました。あと4つです。
52
+
53
+
54
+
55
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"
56
+
57
+ この値を入れると以下の2つが消えました。
58
+
59
+
60
+
61
+
62
+
63
+ ```
64
+
65
+ [!] The `project [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.debug.xcconfig'. This can lead to problems with the CocoaPods installation
66
+
67
+ - Use the `$(inherited)` flag, or
68
+
69
+ - Remove the build settings from the target.
70
+
71
+
72
+
73
+ [!] The `project [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.release.xcconfig'. This can lead to problems with the CocoaPods installation
74
+
75
+ ```
76
+
77
+
78
+
79
+ この2つのエラーが消えました。あと2つです。

1

少し解決

2016/11/29 08:48

投稿

tosi_1211
tosi_1211

スコア138

test CHANGED
File without changes
test CHANGED
@@ -7,14 +7,6 @@
7
7
  ```
8
8
 
9
9
  [!] The `project [Debug]` target overrides the `PODS_ROOT` build setting defined in `Pods/Target Support Files/Pods-projectName/Pods-project.debug.xcconfig'. This can lead to problems with the CocoaPods installation
10
-
11
- - Use the `$(inherited)` flag, or
12
-
13
- - Remove the build settings from the target.
14
-
15
-
16
-
17
- [!] The `project [Debug]` target overrides the `GCC_PREPROCESSOR_DEFINITIONS` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.debug.xcconfig'. This can lead to problems with the CocoaPods installation
18
10
 
19
11
  - Use the `$(inherited)` flag, or
20
12
 
@@ -38,7 +30,19 @@
38
30
 
39
31
 
40
32
 
41
- [!] The `project [Release]` target overrides the `GCC_PREPROCESSOR_DEFINITIONS` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.release.xcconfig'. This can lead to problems with the CocoaPods installation
33
+ [!] The `project [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.release.xcconfig'. This can lead to problems with the CocoaPods installation
34
+
35
+ ```
36
+
37
+
38
+
39
+ preprocessor Macrosに$(inherited)の値を入れると
40
+
41
+
42
+
43
+ ```
44
+
45
+ [!] The `project [Debug]` target overrides the `GCC_PREPROCESSOR_DEFINITIONS` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.debug.xcconfig'. This can lead to problems with the CocoaPods installation
42
46
 
43
47
  - Use the `$(inherited)` flag, or
44
48
 
@@ -46,6 +50,14 @@
46
50
 
47
51
 
48
52
 
49
- [!] The `project [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.release.xcconfig'. This can lead to problems with the CocoaPods installation
53
+ [!] The `project [Release]` target overrides the `GCC_PREPROCESSOR_DEFINITIONS` build setting defined in `Pods/Target Support Files/Pods-project/Pods-project.release.xcconfig'. This can lead to problems with the CocoaPods installation
54
+
55
+ - Use the `$(inherited)` flag, or
56
+
57
+ - Remove the build settings from the target.
50
58
 
51
59
  ```
60
+
61
+
62
+
63
+ この2つのエラーが消えました。あと4つです。