質問編集履歴
7
微修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -331,3 +331,29 @@
|
|
331
331
|
<asynchronous suspension>
|
332
332
|
|
333
333
|
5 main (file:///opt/s/w/ir/cache/builder/src/flutter/flutter_frontend_server/bin/starter.dart:13:24)
|
334
|
+
|
335
|
+
|
336
|
+
|
337
|
+
<asynchronous suspension>
|
338
|
+
|
339
|
+
Failed to package /Users/miurakoutarou/VScode/app1.
|
340
|
+
|
341
|
+
Command PhaseScriptExecution failed with a nonzero exit code
|
342
|
+
|
343
|
+
note: Using new build system
|
344
|
+
|
345
|
+
note: Building targets in parallel
|
346
|
+
|
347
|
+
note: Planning build
|
348
|
+
|
349
|
+
note: Analyzing workspace
|
350
|
+
|
351
|
+
note: Constructing build description
|
352
|
+
|
353
|
+
note: Build preparation complete
|
354
|
+
|
355
|
+
Could not build the application for the simulator.
|
356
|
+
|
357
|
+
Error launching application on iPhone 12 Pro Max.
|
358
|
+
|
359
|
+
Exited (sigterm)
|
6
微修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,7 +1,5 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
-
|
4
|
-
|
5
3
|
flutter runできない
|
6
4
|
|
7
5
|
|
@@ -10,10 +8,6 @@
|
|
10
8
|
|
11
9
|
|
12
10
|
|
13
|
-
### 該当のソースコード
|
14
|
-
|
15
|
-
|
16
|
-
|
17
11
|
|
18
12
|
|
19
13
|
### 試したこと
|
@@ -304,7 +298,7 @@
|
|
304
298
|
|
305
299
|
↳
|
306
300
|
|
307
|
-
|
301
|
+
BUILD FAILED
|
308
302
|
|
309
303
|
Xcode's output:
|
310
304
|
|
@@ -320,20 +314,20 @@
|
|
320
314
|
|
321
315
|
FileSystemException(uri=org-dartlang-untranslatable-uri:dart%3Ahtml; message=StandardFileSystem only supports file:* and data:* URIs)
|
322
316
|
|
323
|
-
|
317
|
+
0 StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:34:7)
|
324
|
-
|
318
|
+
|
325
|
-
|
319
|
+
1 asFileUri (package:vm/kernel_front_end.dart:614:37)
|
326
|
-
|
320
|
+
|
327
|
-
|
321
|
+
2 writeDepfile (package:vm/kernel_front_end.dart:754:21)
|
328
322
|
|
329
323
|
<asynchronous suspension>
|
330
324
|
|
331
|
-
|
325
|
+
3 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:570:9)
|
332
326
|
|
333
327
|
<asynchronous suspension>
|
334
328
|
|
335
|
-
|
329
|
+
4 starter (package:flutter_frontend_server/server.dart:85:12)
|
336
330
|
|
337
331
|
<asynchronous suspension>
|
338
332
|
|
339
|
-
|
333
|
+
5 main (file:///opt/s/w/ir/cache/builder/src/flutter/flutter_frontend_server/bin/starter.dart:13:24)
|
5
実行とビルドを押した時のエラーを追加しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -287,3 +287,53 @@
|
|
287
287
|
Could not build the application for the simulator.
|
288
288
|
|
289
289
|
Error launching application on iPhone 12 Pro Max.
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
##VScodeの実行とビルドを押した時のエラー
|
294
|
+
|
295
|
+
Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
|
296
|
+
|
297
|
+
lib/main.dart:1
|
298
|
+
|
299
|
+
Xcode build done. 30.5s
|
300
|
+
|
301
|
+
Failed to build iOS app
|
302
|
+
|
303
|
+
Error output from Xcode build:
|
304
|
+
|
305
|
+
↳
|
306
|
+
|
307
|
+
** BUILD FAILED **
|
308
|
+
|
309
|
+
Xcode's output:
|
310
|
+
|
311
|
+
↳
|
312
|
+
|
313
|
+
lib/bottom/result.dart:1:8: Error: Not found: 'dart:html'
|
314
|
+
|
315
|
+
import 'dart:html';
|
316
|
+
|
317
|
+
^
|
318
|
+
|
319
|
+
Unhandled exception:
|
320
|
+
|
321
|
+
FileSystemException(uri=org-dartlang-untranslatable-uri:dart%3Ahtml; message=StandardFileSystem only supports file:* and data:* URIs)
|
322
|
+
|
323
|
+
#0 StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:34:7)
|
324
|
+
|
325
|
+
#1 asFileUri (package:vm/kernel_front_end.dart:614:37)
|
326
|
+
|
327
|
+
#2 writeDepfile (package:vm/kernel_front_end.dart:754:21)
|
328
|
+
|
329
|
+
<asynchronous suspension>
|
330
|
+
|
331
|
+
#3 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:570:9)
|
332
|
+
|
333
|
+
<asynchronous suspension>
|
334
|
+
|
335
|
+
#4 starter (package:flutter_frontend_server/server.dart:85:12)
|
336
|
+
|
337
|
+
<asynchronous suspension>
|
338
|
+
|
339
|
+
#5 main (file:///opt/s/w/ir/cache/builder/src/flutter/flutter_frontend_server/bin/starter.dart:13:24)
|
4
再確認後のエラー
test
CHANGED
File without changes
|
test
CHANGED
@@ -267,3 +267,23 @@
|
|
267
267
|
Error running pod install
|
268
268
|
|
269
269
|
Error launching application on iPhone 12 Pro Max.
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
|
275
|
+
##再確認後のエラー
|
276
|
+
|
277
|
+
ここより上に膨大なエラー表示があります
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this,
|
282
|
+
|
283
|
+
select a development team in the Runner editor. (in target 'Runner' from project 'Runner')
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
Could not build the application for the simulator.
|
288
|
+
|
289
|
+
Error launching application on iPhone 12 Pro Max.
|
3
iosを入れ直した後のエラーと追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,120 +10,6 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
> Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
|
14
|
-
|
15
|
-
> Running Xcode build...
|
16
|
-
|
17
|
-
> Xcode build done. 15.5s
|
18
|
-
|
19
|
-
> Failed to build iOS app
|
20
|
-
|
21
|
-
> Error output from Xcode build:
|
22
|
-
|
23
|
-
> ↳
|
24
|
-
|
25
|
-
> ** BUILD FAILED **
|
26
|
-
|
27
|
-
>
|
28
|
-
|
29
|
-
>
|
30
|
-
|
31
|
-
> Xcode's output:
|
32
|
-
|
33
|
-
> ↳
|
34
|
-
|
35
|
-
> /Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:9: note: in file included from
|
36
|
-
|
37
|
-
> /Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:
|
38
|
-
|
39
|
-
> import GeneratedPluginRegistrant.h
|
40
|
-
|
41
|
-
> ^
|
42
|
-
|
43
|
-
> /Users/miurakoutarou/VScode/app1/ios/Runner/GeneratedPluginRegistrant.h:10:9: error: 'Flutter/Flutter.h' file not found
|
44
|
-
|
45
|
-
> import <Flutter/Flutter.h>
|
46
|
-
|
47
|
-
> ^
|
48
|
-
|
49
|
-
> 1 error generated.
|
50
|
-
|
51
|
-
> <unknown>:0: error: failed to emit precompiled header
|
52
|
-
|
53
|
-
> '/Users/miurakoutarou/Library/Developer/Xcode/DerivedData/Runner-ayxfcowdwmmujudyjxcdvmebzoby/Build/Intermediates.noindex/PrecompiledHeaders/R
|
54
|
-
|
55
|
-
> unner-Bridging-Header-swift_17LBTHL69M8TR-clang_157RBGJJV9MI2.pch' for bridging header
|
56
|
-
|
57
|
-
> '/Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h'
|
58
|
-
|
59
|
-
> /Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:9: note: in file included from
|
60
|
-
|
61
|
-
> /Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:
|
62
|
-
|
63
|
-
> import GeneratedPluginRegistrant.h
|
64
|
-
|
65
|
-
> ^
|
66
|
-
|
67
|
-
> 2 errors generated.
|
68
|
-
|
69
|
-
> <unknown>:0: error: generate-pch command failed with exit code 1 (use -v to see invocation)
|
70
|
-
|
71
|
-
> note: Using new build system
|
72
|
-
|
73
|
-
> note: Building targets in parallel
|
74
|
-
|
75
|
-
> note: Planning build
|
76
|
-
|
77
|
-
> note: Analyzing workspace
|
78
|
-
|
79
|
-
> note: Constructing build description
|
80
|
-
|
81
|
-
> note: Build preparation complete
|
82
|
-
|
83
|
-
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
84
|
-
|
85
|
-
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'abseil' from project 'Pods')
|
86
|
-
|
87
|
-
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
88
|
-
|
89
|
-
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'leveldb-library' from project 'Pods')
|
90
|
-
|
91
|
-
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
92
|
-
|
93
|
-
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'AppAuth' from project 'Pods')
|
94
|
-
|
95
|
-
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
96
|
-
|
97
|
-
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'BoringSSL-GRPC' from project 'Pods')
|
98
|
-
|
99
|
-
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
100
|
-
|
101
|
-
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-Core' from project 'Pods')
|
102
|
-
|
103
|
-
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
104
|
-
|
105
|
-
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-C++-gRPCCertificates-Cpp' from project 'Pods')
|
106
|
-
|
107
|
-
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
108
|
-
|
109
|
-
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-C++' from project 'Pods')
|
110
|
-
|
111
|
-
> warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve
|
112
|
-
|
113
|
-
> this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner')
|
114
|
-
|
115
|
-
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
116
|
-
|
117
|
-
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'GoogleSignIn' from project 'Pods')
|
118
|
-
|
119
|
-
>
|
120
|
-
|
121
|
-
> Could not build the application for the simulator.
|
122
|
-
|
123
|
-
> Error launching application on iPhone 12 Pro Max.
|
124
|
-
|
125
|
-
|
126
|
-
|
127
13
|
### 該当のソースコード
|
128
14
|
|
129
15
|
|
@@ -144,48 +30,240 @@
|
|
144
30
|
|
145
31
|
|
146
32
|
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
i
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
33
|
+
|
34
|
+
|
35
|
+
#####下記 iosを入れ直した後のエラー
|
36
|
+
|
37
|
+
Recreating project ....
|
38
|
+
|
39
|
+
ios/Runner.xcworkspace/contents.xcworkspacedata (created)
|
40
|
+
|
41
|
+
ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (created)
|
42
|
+
|
43
|
+
ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (created)
|
44
|
+
|
45
|
+
ios/Runner/Info.plist (created)
|
46
|
+
|
47
|
+
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png (created)
|
48
|
+
|
49
|
+
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png (created)
|
50
|
+
|
51
|
+
ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md (created)
|
52
|
+
|
53
|
+
ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json (created)
|
54
|
+
|
55
|
+
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png (created)
|
56
|
+
|
57
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png (created)
|
58
|
+
|
59
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png (created)
|
60
|
+
|
61
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png (created)
|
62
|
+
|
63
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png (created)
|
64
|
+
|
65
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png (created)
|
66
|
+
|
67
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png (created)
|
68
|
+
|
69
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png (created)
|
70
|
+
|
71
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json (created)
|
72
|
+
|
73
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png (created)
|
74
|
+
|
75
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png (created)
|
76
|
+
|
77
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png (created)
|
78
|
+
|
79
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png (created)
|
80
|
+
|
81
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png (created)
|
82
|
+
|
83
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png (created)
|
84
|
+
|
85
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png (created)
|
86
|
+
|
87
|
+
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png (created)
|
88
|
+
|
89
|
+
ios/Runner/Base.lproj/LaunchScreen.storyboard (created)
|
90
|
+
|
91
|
+
ios/Runner/Base.lproj/Main.storyboard (created)
|
92
|
+
|
93
|
+
ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata (created)
|
94
|
+
|
95
|
+
ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (created)
|
96
|
+
|
97
|
+
ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (created)
|
98
|
+
|
99
|
+
ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (created)
|
100
|
+
|
101
|
+
ios/Flutter/Debug.xcconfig (created)
|
102
|
+
|
103
|
+
ios/Flutter/Release.xcconfig (created)
|
104
|
+
|
105
|
+
ios/Flutter/AppFrameworkInfo.plist (created)
|
106
|
+
|
107
|
+
ios/.gitignore (created)
|
108
|
+
|
109
|
+
ios/Runner/Runner-Bridging-Header.h (created)
|
110
|
+
|
111
|
+
ios/Runner/AppDelegate.swift (created)
|
112
|
+
|
113
|
+
ios/Runner.xcodeproj/project.pbxproj (created)
|
114
|
+
|
115
|
+
Running "flutter pub get" in app1... 986ms
|
116
|
+
|
117
|
+
Wrote 41 files.
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
All done!
|
122
|
+
|
123
|
+
In order to run your application, type:
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
$ cd .
|
128
|
+
|
129
|
+
$ flutter run
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
Your application code is in ./lib/main.dart.
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
(base) MacBook-Pro:app1 miurakoutarou$ cd .
|
138
|
+
|
139
|
+
(base) MacBook-Pro:app1 miurakoutarou$ flutter run
|
140
|
+
|
141
|
+
Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
|
142
|
+
|
143
|
+
Running pod install... 1,082ms
|
144
|
+
|
145
|
+
CocoaPods' output:
|
146
|
+
|
147
|
+
↳
|
148
|
+
|
149
|
+
Preparing
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
Analyzing dependencies
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
Inspecting targets to integrate
|
158
|
+
|
159
|
+
Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``)
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
Fetching external sources
|
164
|
+
|
165
|
+
-> Fetching podspec for `Flutter` from `Flutter`
|
166
|
+
|
167
|
+
-> Fetching podspec for `cloud_firestore` from `.symlinks/plugins/cloud_firestore/ios`
|
168
|
+
|
169
|
+
cloud_firestore: Using Firebase SDK version '8.3.0' defined in 'firebase_core'
|
170
|
+
|
171
|
+
-> Fetching podspec for `firebase_analytics` from `.symlinks/plugins/firebase_analytics/ios`
|
172
|
+
|
173
|
+
firebase_analytics: Using Firebase SDK version '8.3.0' defined in 'firebase_core'
|
174
|
+
|
175
|
+
-> Fetching podspec for `firebase_auth` from `.symlinks/plugins/firebase_auth/ios`
|
176
|
+
|
177
|
+
firebase_auth: Using Firebase SDK version '8.3.0' defined in 'firebase_core'
|
178
|
+
|
179
|
+
-> Fetching podspec for `firebase_core` from `.symlinks/plugins/firebase_core/ios`
|
180
|
+
|
181
|
+
firebase_core: Using Firebase SDK version '8.3.0' defined in 'firebase_core'
|
182
|
+
|
183
|
+
-> Fetching podspec for `google_sign_in` from `.symlinks/plugins/google_sign_in/ios`
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
Resolving dependencies of `Podfile`
|
188
|
+
|
189
|
+
CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only performed in repo update
|
190
|
+
|
191
|
+
[!] CocoaPods could not find compatible versions for pod "cloud_firestore":
|
192
|
+
|
193
|
+
In Podfile:
|
194
|
+
|
195
|
+
cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`)
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
Specs satisfying the `cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`)` dependency were found, but they required a higher minimum
|
200
|
+
|
201
|
+
deployment target.
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
/Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:317:in `raise_error_unless_state'
|
206
|
+
|
207
|
+
/Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:299:in `block in unwind_for_conflict'
|
208
|
+
|
209
|
+
/Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:297:in `tap'
|
210
|
+
|
211
|
+
/Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:297:in `unwind_for_conflict'
|
212
|
+
|
213
|
+
/Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:682:in `attempt_to_activate'
|
214
|
+
|
215
|
+
/Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:254:in `process_topmost_state'
|
216
|
+
|
217
|
+
/Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:182:in `resolve'
|
218
|
+
|
219
|
+
/Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolver.rb:43:in `resolve'
|
220
|
+
|
221
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/resolver.rb:94:in `resolve'
|
222
|
+
|
223
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:1078:in `block in resolve_dependencies'
|
224
|
+
|
225
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface.rb:64:in `section'
|
226
|
+
|
227
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:1076:in `resolve_dependencies'
|
228
|
+
|
229
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer/analyzer.rb:124:in `analyze'
|
230
|
+
|
231
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:416:in `analyze'
|
232
|
+
|
233
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:241:in `block in resolve_dependencies'
|
234
|
+
|
235
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/user_interface.rb:64:in `section'
|
236
|
+
|
237
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:240:in `resolve_dependencies'
|
238
|
+
|
239
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/installer.rb:161:in `install!'
|
240
|
+
|
241
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command/install.rb:52:in `run'
|
242
|
+
|
243
|
+
/Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb:334:in `run'
|
244
|
+
|
245
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/lib/cocoapods/command.rb:52:in `run'
|
246
|
+
|
247
|
+
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.2/bin/pod:55:in `<top (required)>'
|
248
|
+
|
249
|
+
/usr/local/bin/pod:23:in `load'
|
250
|
+
|
251
|
+
/usr/local/bin/pod:23:in `<main>'
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
Error output from CocoaPods:
|
256
|
+
|
257
|
+
↳
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
[!] Automatically assigning platform `iOS` with version `9.0` on target `Runner` because no platform was specified. Please specify a platform for this
|
262
|
+
|
263
|
+
target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
Error running pod install
|
268
|
+
|
269
|
+
Error launching application on iPhone 12 Pro Max.
|
2
エラーメッセ
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,117 +10,117 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
|
13
|
+
> Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
|
14
14
|
|
15
|
-
Running Xcode build...
|
15
|
+
> Running Xcode build...
|
16
16
|
|
17
|
-
Xcode build done. 15.5s
|
17
|
+
> Xcode build done. 15.5s
|
18
18
|
|
19
|
-
Failed to build iOS app
|
19
|
+
> Failed to build iOS app
|
20
20
|
|
21
|
-
Error output from Xcode build:
|
21
|
+
> Error output from Xcode build:
|
22
22
|
|
23
|
-
↳
|
23
|
+
> ↳
|
24
24
|
|
25
|
-
** BUILD FAILED **
|
25
|
+
> ** BUILD FAILED **
|
26
26
|
|
27
|
+
>
|
27
28
|
|
29
|
+
>
|
28
30
|
|
31
|
+
> Xcode's output:
|
29
32
|
|
33
|
+
> ↳
|
30
34
|
|
31
|
-
|
35
|
+
> /Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:9: note: in file included from
|
32
36
|
|
33
|
-
|
37
|
+
> /Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:
|
34
38
|
|
35
|
-
|
39
|
+
> import GeneratedPluginRegistrant.h
|
36
40
|
|
37
|
-
|
41
|
+
> ^
|
38
42
|
|
39
|
-
|
43
|
+
> /Users/miurakoutarou/VScode/app1/ios/Runner/GeneratedPluginRegistrant.h:10:9: error: 'Flutter/Flutter.h' file not found
|
40
44
|
|
41
|
-
|
45
|
+
> import <Flutter/Flutter.h>
|
42
46
|
|
43
|
-
|
47
|
+
> ^
|
44
48
|
|
45
|
-
|
49
|
+
> 1 error generated.
|
46
50
|
|
47
|
-
|
51
|
+
> <unknown>:0: error: failed to emit precompiled header
|
48
52
|
|
49
|
-
|
53
|
+
> '/Users/miurakoutarou/Library/Developer/Xcode/DerivedData/Runner-ayxfcowdwmmujudyjxcdvmebzoby/Build/Intermediates.noindex/PrecompiledHeaders/R
|
50
54
|
|
51
|
-
|
55
|
+
> unner-Bridging-Header-swift_17LBTHL69M8TR-clang_157RBGJJV9MI2.pch' for bridging header
|
52
56
|
|
53
|
-
'/Users/miurakoutarou/
|
57
|
+
> '/Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h'
|
54
58
|
|
55
|
-
unner-Bridging-Header
|
59
|
+
> /Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:9: note: in file included from
|
56
60
|
|
57
|
-
|
61
|
+
> /Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:
|
58
62
|
|
59
|
-
|
63
|
+
> import GeneratedPluginRegistrant.h
|
60
64
|
|
61
|
-
|
65
|
+
> ^
|
62
66
|
|
63
|
-
|
67
|
+
> 2 errors generated.
|
64
68
|
|
65
|
-
|
69
|
+
> <unknown>:0: error: generate-pch command failed with exit code 1 (use -v to see invocation)
|
66
70
|
|
67
|
-
|
71
|
+
> note: Using new build system
|
68
72
|
|
69
|
-
|
73
|
+
> note: Building targets in parallel
|
70
74
|
|
71
|
-
note:
|
75
|
+
> note: Planning build
|
72
76
|
|
73
|
-
note:
|
77
|
+
> note: Analyzing workspace
|
74
78
|
|
75
|
-
note:
|
79
|
+
> note: Constructing build description
|
76
80
|
|
77
|
-
note:
|
81
|
+
> note: Build preparation complete
|
78
82
|
|
79
|
-
|
83
|
+
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
80
84
|
|
81
|
-
note
|
85
|
+
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'abseil' from project 'Pods')
|
82
86
|
|
83
|
-
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
87
|
+
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
84
88
|
|
85
|
-
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target '
|
89
|
+
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'leveldb-library' from project 'Pods')
|
86
90
|
|
87
|
-
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
91
|
+
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
88
92
|
|
89
|
-
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target '
|
93
|
+
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'AppAuth' from project 'Pods')
|
90
94
|
|
91
|
-
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
95
|
+
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
92
96
|
|
93
|
-
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target '
|
97
|
+
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'BoringSSL-GRPC' from project 'Pods')
|
94
98
|
|
95
|
-
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
99
|
+
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
96
100
|
|
97
|
-
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target '
|
101
|
+
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-Core' from project 'Pods')
|
98
102
|
|
99
|
-
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
103
|
+
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
100
104
|
|
101
|
-
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-C
|
105
|
+
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-C++-gRPCCertificates-Cpp' from project 'Pods')
|
102
106
|
|
103
|
-
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
107
|
+
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
104
108
|
|
105
|
-
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-C++
|
109
|
+
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-C++' from project 'Pods')
|
106
110
|
|
107
|
-
|
111
|
+
> warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve
|
108
112
|
|
109
|
-
|
113
|
+
> this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner')
|
110
114
|
|
111
|
-
|
115
|
+
> /Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
112
116
|
|
113
|
-
|
117
|
+
> 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'GoogleSignIn' from project 'Pods')
|
114
118
|
|
115
|
-
|
119
|
+
>
|
116
120
|
|
117
|
-
|
121
|
+
> Could not build the application for the simulator.
|
118
122
|
|
119
|
-
|
120
|
-
|
121
|
-
Could not build the application for the simulator.
|
122
|
-
|
123
|
-
Error launching application on iPhone 12 Pro Max.
|
123
|
+
> Error launching application on iPhone 12 Pro Max.
|
124
124
|
|
125
125
|
|
126
126
|
|
1
エラーメッセージを追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,6 +7,114 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
### 発生している問題・エラーメッセージ
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
|
14
|
+
|
15
|
+
Running Xcode build...
|
16
|
+
|
17
|
+
Xcode build done. 15.5s
|
18
|
+
|
19
|
+
Failed to build iOS app
|
20
|
+
|
21
|
+
Error output from Xcode build:
|
22
|
+
|
23
|
+
↳
|
24
|
+
|
25
|
+
** BUILD FAILED **
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
Xcode's output:
|
32
|
+
|
33
|
+
↳
|
34
|
+
|
35
|
+
/Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:9: note: in file included from
|
36
|
+
|
37
|
+
/Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:
|
38
|
+
|
39
|
+
#import "GeneratedPluginRegistrant.h"
|
40
|
+
|
41
|
+
^
|
42
|
+
|
43
|
+
/Users/miurakoutarou/VScode/app1/ios/Runner/GeneratedPluginRegistrant.h:10:9: error: 'Flutter/Flutter.h' file not found
|
44
|
+
|
45
|
+
#import <Flutter/Flutter.h>
|
46
|
+
|
47
|
+
^
|
48
|
+
|
49
|
+
1 error generated.
|
50
|
+
|
51
|
+
<unknown>:0: error: failed to emit precompiled header
|
52
|
+
|
53
|
+
'/Users/miurakoutarou/Library/Developer/Xcode/DerivedData/Runner-ayxfcowdwmmujudyjxcdvmebzoby/Build/Intermediates.noindex/PrecompiledHeaders/R
|
54
|
+
|
55
|
+
unner-Bridging-Header-swift_17LBTHL69M8TR-clang_157RBGJJV9MI2.pch' for bridging header
|
56
|
+
|
57
|
+
'/Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h'
|
58
|
+
|
59
|
+
/Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:9: note: in file included from
|
60
|
+
|
61
|
+
/Users/miurakoutarou/VScode/app1/ios/Runner/Runner-Bridging-Header.h:1:
|
62
|
+
|
63
|
+
#import "GeneratedPluginRegistrant.h"
|
64
|
+
|
65
|
+
^
|
66
|
+
|
67
|
+
2 errors generated.
|
68
|
+
|
69
|
+
<unknown>:0: error: generate-pch command failed with exit code 1 (use -v to see invocation)
|
70
|
+
|
71
|
+
note: Using new build system
|
72
|
+
|
73
|
+
note: Building targets in parallel
|
74
|
+
|
75
|
+
note: Planning build
|
76
|
+
|
77
|
+
note: Analyzing workspace
|
78
|
+
|
79
|
+
note: Constructing build description
|
80
|
+
|
81
|
+
note: Build preparation complete
|
82
|
+
|
83
|
+
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
84
|
+
|
85
|
+
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'abseil' from project 'Pods')
|
86
|
+
|
87
|
+
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
88
|
+
|
89
|
+
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'leveldb-library' from project 'Pods')
|
90
|
+
|
91
|
+
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
92
|
+
|
93
|
+
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'AppAuth' from project 'Pods')
|
94
|
+
|
95
|
+
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
96
|
+
|
97
|
+
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'BoringSSL-GRPC' from project 'Pods')
|
98
|
+
|
99
|
+
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
100
|
+
|
101
|
+
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-Core' from project 'Pods')
|
102
|
+
|
103
|
+
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
104
|
+
|
105
|
+
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-C++-gRPCCertificates-Cpp' from project 'Pods')
|
106
|
+
|
107
|
+
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
108
|
+
|
109
|
+
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'gRPC-C++' from project 'Pods')
|
110
|
+
|
111
|
+
warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve
|
112
|
+
|
113
|
+
this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner')
|
114
|
+
|
115
|
+
/Users/miurakoutarou/VScode/app1/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to
|
116
|
+
|
117
|
+
8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'GoogleSignIn' from project 'Pods')
|
10
118
|
|
11
119
|
|
12
120
|
|
@@ -40,7 +148,7 @@
|
|
40
148
|
|
41
149
|
VS code
|
42
150
|
|
43
|
-
iO
|
151
|
+
iOS simulator
|
44
152
|
|
45
153
|
|
46
154
|
|