We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d10ad8 commit 5f3412aCopy full SHA for 5f3412a
README.md
@@ -1153,8 +1153,14 @@ To integrate FlexLayout into your Xcode project using Carthage:
1153
github "layoutBox/FlexLayout"
1154
```
1155
1156
-2. Run `carthage update` to build frameworks.
1157
-3. Add built `FlexLayout.framework` in your Xcode project in the **Embedded Binaries** section.
+2. Run the following commands to resolve dependencies and build:
+```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.
1164
1165
1166
### Swift Package Manager
0 commit comments