You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to run ```carthage bootstrap --cache-builds --platform iOS``` before opening the project in Xcode for the first time.
30
+
Make sure to run ```carthage bootstrap --cache-builds --platform iOS``` before opening the project in Xcode for the first time. This will ensure that any dependent binary framework dependencies will be built and ready to be linked against when building the project from Xcode.
31
31
32
32
### Step 4: Create a new feature branch `contrib/issue-number`
33
33
Put your code in a new feature branch. The name of the new branch should start with `contrib/`. This convention will help us to keep track of future changes from pull requests.
0 commit comments