-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfalse
38 lines (28 loc) · 1.81 KB
/
false
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[!] Unknown command: `:warn_for_unused_master_specs_repo`
Usage:
$ pod install
Downloads all dependencies defined in `Podfile` and creates an Xcode Pods
library project in `./Pods`.
The Xcode project file should be specified in your `Podfile` like this:
project 'path/to/XcodeProject.xcodeproj'
If no project is specified, then a search for an Xcode project will be made. If
more than one Xcode project is found, the command will raise an error.
This will configure the project to reference the Pods static library, add a
build configuration file, and add a post build script to copy Pod resources.
This may return one of several error codes if it encounters problems. * `1`
Generic error code * `31` Spec not found (i.e out-of-date source repos, mistyped
Pod name etc...)
Options:
--repo-update Force running `pod repo update` before install
--deployment Disallow any changes to the Podfile or the
Podfile.lock during installation
--clean-install Ignore the contents of the project cache and
force a full pod installation. This only
applies to projects that have enabled
incremental installation
--project-directory=/project/dir/ The path to the root of the project directory
--allow-root Allows CocoaPods to run as root
--silent Show nothing
--verbose Show more debugging information
--no-ansi Show output without ANSI codes
--help Show help banner of specified command