質問するログイン新規登録

質問編集履歴

2

追加

2018/11/14 01:52

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -8,4 +8,32 @@
8
8
  自分でも調べて見たのですが,解決できませんでした。
9
9
  関係ないとは思いますが、podのupdateもしてみましたがダメでした
10
10
 
11
+ DKImagePickerControllerはもともと使っていたやつです
11
- よろしくお願いします
12
+ よろしくお願いします
13
+
14
+
15
+ ```podfile
16
+ # Uncomment the next line to define a global platform for your project
17
+ # platform :ios, '9.0'
18
+
19
+ target 'PhotoManager' do
20
+ # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
21
+
22
+ # Pods for PhotoManager
23
+ pod 'DKImagePickerController'
24
+
25
+ pod 'RealmSwift'
26
+
27
+ target 'PhotoManagerTests' do
28
+ inherit! :search_paths
29
+ # Pods for testing
30
+ end
31
+
32
+ target 'PhotoManagerUITests' do
33
+ inherit! :search_paths
34
+ # Pods for testing
35
+ end
36
+
37
+ end
38
+
39
+ ```

1

編集

2018/11/14 01:52

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,7 @@
1
1
  CocoaPodsでRealmswiftをインストールしようとしたのですが、
2
2
 
3
+ [!] The following Swift pods cannot yet be integrated as static libraries:
4
+
3
5
  The Swift pod `RealmSwift` depends upon `Realm`, which do not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set `use_modular_headers!` globally in your Podfile, or specify `:modular_headers => true` for particular dependencies.
4
6
 
5
7
  と出てしまい、インストールできません。