質問編集履歴

2

情報の追記

2020/01/11 10:42

投稿

hkawai
hkawai

スコア4

test CHANGED
File without changes
test CHANGED
@@ -42,6 +42,52 @@
42
42
 
43
43
 
44
44
 
45
+ 【2020.01.11 19:30頃 追記】
46
+
47
+ ご回答いただいた内容含め、調べた情報の一部podのインストールができました。
48
+
49
+
50
+
51
+ しかし、残り2つのpodが参考記事のもの試みてもエラーとなってしまいます。
52
+
53
+
54
+
55
+ 「インストールしたいpod」
56
+
57
+ pod 'SmartStore'
58
+
59
+ pod 'SmartSync'
60
+
61
+
62
+
63
+ 「ターミナルでのエラー」
64
+
65
+ ```ここに言語を入力
66
+
67
+ [!] Unable to find a specification for `SQLCipher/fts (~> 4.2.0)` depended upon by `SmartStore/SmartStore`
68
+
69
+
70
+
71
+ You have either:
72
+
73
+ * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
74
+
75
+ * mistyped the name or version.
76
+
77
+ * not added the source repo that hosts the Podspec to your Podfile.
78
+
79
+ ```
80
+
81
+
82
+
83
+ 記事
84
+
85
+ https://trailhead.salesforce.com/ja/content/learn/modules/mobile_sdk_native_ios/mobilesdk_ios_cocoapods
86
+
87
+
88
+
89
+
90
+
45
91
  ### 補足情報(FW/ツールのバージョンなど)
46
92
 
47
93
 
@@ -54,6 +100,4 @@
54
100
 
55
101
 
56
102
 
57
- ※他、ご回答いただきますのに必要な情報がありましたら
103
+ ※他、ご回答頂くのに必要な情報がありましたらご指摘の頂ければと存じます。
58
-
59
-  ご指摘のほど、お願いします。

1

タイトル、内容が明確でないと感じたため

2020/01/11 10:42

投稿

hkawai
hkawai

スコア4

test CHANGED
@@ -1 +1 @@
1
- Xcodeプロジェクトファイルを開くとエラーが表示される。
1
+ 他人のXcodeプロジェクトを開くとエラーが発生し正常に開かない
test CHANGED
@@ -4,25 +4,13 @@
4
4
 
5
5
  MacのXcodeを使用するのが今回初めてとなります。
6
6
 
7
- 開発業者と契約が終わり、今後作業社内での対応してい
7
+ 表題り、他人Xcodeプロジェクトくとエラーが発生します。
8
8
 
9
- なったですが納品いただいたアプリのプロジェクトファイル元に
9
+ まずはコード書き換え等はせず、アプリのArchive1まで確認したいと
10
10
 
11
- アプリのArchiveをまず試みているのですが、エラーがいくつ発生し、
11
+ 思っているのですが、やはりエラーが残ってる状況が原因なの
12
12
 
13
- うまく進むことができません。
13
+ 進むことができません。
14
-
15
-
16
-
17
- エラーを見る限り、何かしらのファイルが当たらないような内容と
18
-
19
- なるのですが、解決策がわからずご教授いただければと存じます。
20
-
21
-
22
-
23
- 開発初心者となり、質問時に内容の過不足があるかとは存じますが
24
-
25
- ご回答のほどよろしくお願い致します。
26
14
 
27
15
 
28
16
 
@@ -30,37 +18,7 @@
30
18
 
31
19
 
32
20
 
33
-
34
-
35
- Showing Recent Issues
36
-
37
-
38
-
39
- Build target FSLiPad of project FSLiPad with configuration Release
40
-
41
- error: /Users/elechskyokuto/Downloads/fsl_dev/Pods/Target Support Files/Pods-FSLiPad/Pods-FSLiPad.release.xcconfig: unable to open file (in target "FSLiPad" in project "FSLiPad") (in target 'FSLiPad' from project 'FSLiPad')
42
-
43
- error: /Users/elechskyokuto/Downloads/fsl_dev/Pods/Target Support Files/Pods-FSLiPad/Pods-FSLiPad.release.xcconfig: unable to open file (in target "FSLiPad" in project "FSLiPad") (in target 'FSLiPad' from project 'FSLiPad')
44
-
45
- error: /Users/elechskyokuto/Downloads/fsl_dev/Pods/Target Support Files/Pods-FSLiPad/Pods-FSLiPad.release.xcconfig: unable to open file (in target "FSLiPad" in project "FSLiPad") (in target 'FSLiPad' from project 'FSLiPad')
46
-
47
- error: Unable to load contents of file list: '/Target Support Files/Pods-FSLiPad/Pods-FSLiPad-frameworks-Release-input-files.xcfilelist' (in target 'FSLiPad' from project 'FSLiPad')
48
-
49
- error: Unable to load contents of file list: '/Target Support Files/Pods-FSLiPad/Pods-FSLiPad-frameworks-Release-output-files.xcfilelist' (in target 'FSLiPad' from project 'FSLiPad')
50
-
51
- error: Unable to load contents of file list: '/Target Support Files/Pods-FSLiPad/Pods-FSLiPad-resources-Release-input-files.xcfilelist' (in target 'FSLiPad' from project 'FSLiPad')
52
-
53
- error: Unable to load contents of file list: '/Target Support Files/Pods-FSLiPad/Pods-FSLiPad-resources-Release-output-files.xcfilelist' (in target 'FSLiPad' from project 'FSLiPad')
54
-
55
- error: Value for SWIFT_VERSION cannot be empty. (in target 'FSLiPad' from project 'FSLiPad')
56
-
57
-
58
-
59
- ### 該当のソースコード
60
-
61
-
62
-
63
-
21
+ ![イメージ説明](1d429d6a56166fd356104c8f63a9bf47.png)
64
22
 
65
23
 
66
24
 
@@ -68,25 +26,19 @@
68
26
 
69
27
 
70
28
 
71
- エラー内容に”Pods”とったフォルダ名かと思われるがあったので
29
+ Webで調べてる中、類似と思われるエラー内容対応として
72
30
 
73
- 下記開発ツールをターミナルにてインストール
31
+ 「cocoaPods」のインストール内容があったため、記事の内容のもと
74
32
 
75
- ・Homebrew
76
-
77
- ・rbenv
78
-
79
- ・Ruby
80
-
81
- ・cocoapods
33
+ 導入を行なったが変化はなかった。
82
34
 
83
35
 
84
36
 
85
37
  インストールに参考にした記事
86
38
 
87
- https://yumegori.com/mac-gem-install20191106
39
+ https://tech.pjin.jp/blog/2016/12/14/cocoapods-1/
88
40
 
89
- https://qiita.com/ShinokiRyosei/items/3090290cb72434852460
41
+ https://ameblo.jp/mojeld/entry-12511132864.html
90
42
 
91
43
 
92
44
 
@@ -94,32 +46,14 @@
94
46
 
95
47
 
96
48
 
49
+ (昨日購入したMacBookAirのため、アプリなどは1からインストール)
50
+
97
51
  macOS:10.14.6
98
52
 
99
53
  Xcode:11.3 (11C29)
100
54
 
101
55
 
102
56
 
103
- ・Homebrew
57
+ ※他、ご回答いただきますのに必要な情報がありましたら
104
58
 
105
-  Homebrew 2.2.2
59
+  ご指摘のほど、お願いします。
106
-
107
-  Homebrew/homebrew-core (git revision 915c; last commit 2020-01-10)
108
-
109
-
110
-
111
- ・rbenv
112
-
113
-  autoconf pkg-config rbenv readline ruby-build
114
-
115
-
116
-
117
- ・Ruby
118
-
119
-  * 2.7.0 (set by /Users/elechskyokuto/.rbenv/version)
120
-
121
-
122
-
123
- ・cocoapods
124
-
125
-  1.8.4