質問編集履歴

1

書式の改善

2020/03/25 04:41

投稿

PINE1103
PINE1103

スコア20

test CHANGED
File without changes
test CHANGED
@@ -19,3 +19,41 @@
19
19
  ld: symbol(s) not found for architecture x86_64
20
20
 
21
21
  clang: error: linker command failed with exit code 1 (use -v to see invocation)
22
+
23
+
24
+
25
+
26
+
27
+ 以下はpodfileの中身です。
28
+
29
+
30
+
31
+ ```pod file
32
+
33
+ # Uncomment the next line to define a global platform for your project
34
+
35
+ # platform :ios, '9.0'
36
+
37
+
38
+
39
+ target 'scheduleApplication' do
40
+
41
+
42
+
43
+ pod 'DKImagePickerController'
44
+
45
+ # Comment the next line if you don't want to use dynamic frameworks
46
+
47
+ use_frameworks!
48
+
49
+
50
+
51
+ # Pods for scheduleApplication
52
+
53
+
54
+
55
+ end
56
+
57
+
58
+
59
+ ```