Skip to content

Commit adc30ff

Browse files
committed
updated pubspec.lock of example. updated README.md
1 parent 8ba0112 commit adc30ff

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,12 @@ See bellow the screens we added to the example app:
249249

250250
## MACOS
251251

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+
252258
To enable http calls, add this to your files:
253259

254260
* DebugProfile.entitlements

example/pubspec.lock

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,7 @@ packages:
7575
path: ".."
7676
relative: true
7777
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"
8679
flutter_test:
8780
dependency: "direct dev"
8881
description: flutter
@@ -130,13 +123,6 @@ packages:
130123
url: "https://pub.dartlang.org"
131124
source: hosted
132125
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"
140126
sky_engine:
141127
dependency: transitive
142128
description: flutter
@@ -207,4 +193,4 @@ packages:
207193
version: "2.1.0"
208194
sdks:
209195
dart: ">=2.12.0 <3.0.0"
210-
flutter: ">=1.22.0"
196+
flutter: ">=1.10.0"

0 commit comments

Comments
 (0)