Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

remove exclusive => true due to CocoaPods 1.0.0 changes#1695

Merged
appleguy merged 1 commit intofacebookarchive:masterfrom
the-grid:podfile-fix-for-v1.0.0
May 25, 2016
Merged

remove exclusive => true due to CocoaPods 1.0.0 changes#1695
appleguy merged 1 commit intofacebookarchive:masterfrom
the-grid:podfile-fix-for-v1.0.0

Conversation

@nickvelloff
Copy link
Copy Markdown
Contributor

@nickvelloff nickvelloff commented May 25, 2016

Resolves the following error with pod install
Will resolve #1690

[!] Invalid `Podfile` file: [!] Unsupported options `{:exclusive=>true}` for target `AsyncDisplayKitTests`..

 #  from /Documents/AsyncDisplayKit/Podfile:5
 #  -------------------------------------------
 #  
 >  target :'AsyncDisplayKitTests', :exclusive => true do
 #    pod 'OCMock', '~> 2.2'
 #  -------------------------------------------

@ghost ghost added the CLA Signed label May 25, 2016
@appleguy appleguy merged commit bde4fe7 into facebookarchive:master May 25, 2016
@nickvelloff nickvelloff deleted the podfile-fix-for-v1.0.0 branch May 25, 2016 16:44
aimalygin pushed a commit to aimalygin/AsyncDisplayKit that referenced this pull request Oct 15, 2019
Signed-off-by: Vitalii Kuznetsov <v-blacksmith@hotmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CocoaPods 1.0.0 pod install error

2 participants