Skip to content

Commit 5f3412a

Browse files
committed
Update README
1 parent 8d10ad8 commit 5f3412a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,8 +1153,14 @@ To integrate FlexLayout into your Xcode project using Carthage:
11531153
github "layoutBox/FlexLayout"
11541154
```
11551155

1156-
2. Run `carthage update` to build frameworks.
1157-
3. Add built `FlexLayout.framework` in your Xcode project in the **Embedded Binaries** section.
1156+
2. Run the following commands to resolve dependencies and build:
1157+
```bash
1158+
carthage update --no-build
1159+
(cd ./Carthage/Checkouts/FlexLayout && pod install)
1160+
carthage build --use-xcframeworks
1161+
```
1162+
1163+
3. Add the built `FlexLayout.framework` from the `Carthage/Build` folder to the **Embedded Binaries** section of your Xcode project.
11581164

11591165

11601166
### Swift Package Manager

0 commit comments

Comments
 (0)