简体   繁体   中英

Cocoapods no integrate in Pod file

So I have multiple projects all of which use cocoapods. For one of the projects we need to use the --no-integrate flag I was wondering can we move this declaration to the podfile some how so we don't have to remember the difference every time we go into that file.

In the CocoaPods 1.0 betas, you can use:

install! 'cocoapods', :integrate_targets => false

In your Podfile.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM