File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,12 @@ See bellow the screens we added to the example app:
249
249
250
250
## MACOS
251
251
252
+ * To solve ` Command Line Tool - Error - xcrun: error: unable to find utility “xcodebuild”, not a developer tool or in PATH `
253
+
254
+ > sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
255
+
256
+ In Catalina with XCode 12 i needed to install ruby 2.7.2 in order to install ` cocoapods ` (Also needed to Flutter on IOS). So i installed ` brew ` and after ` rbenv ` .
257
+
252
258
To enable http calls, add this to your files:
253
259
254
260
* DebugProfile.entitlements
Original file line number Diff line number Diff line change @@ -75,14 +75,7 @@ packages:
75
75
path: ".."
76
76
relative: true
77
77
source: path
78
- version: "0.4.0+0"
79
- flutter_js_platform_interface:
80
- dependency: transitive
81
- description:
82
- path: "../packages/flutter_js_platform_interface"
83
- relative: true
84
- source: path
85
- version: "0.3.1+0"
78
+ version: "0.4.0+1"
86
79
flutter_test:
87
80
dependency: "direct dev"
88
81
description: flutter
@@ -130,13 +123,6 @@ packages:
130
123
url: "https://pub.dartlang.org"
131
124
source: hosted
132
125
version: "1.11.0"
133
- plugin_platform_interface:
134
- dependency: transitive
135
- description:
136
- name: plugin_platform_interface
137
- url: "https://pub.dartlang.org"
138
- source: hosted
139
- version: "2.0.0"
140
126
sky_engine:
141
127
dependency: transitive
142
128
description: flutter
@@ -207,4 +193,4 @@ packages:
207
193
version: "2.1.0"
208
194
sdks:
209
195
dart: ">=2.12.0 <3.0.0"
210
- flutter: ">=1.22 .0"
196
+ flutter: ">=1.10 .0"
You can’t perform that action at this time.
0 commit comments