Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podfile in Example is broken? #152

Closed
zhubofei opened this issue Nov 2, 2016 · 3 comments
Closed

Podfile in Example is broken? #152

zhubofei opened this issue Nov 2, 2016 · 3 comments

Comments

@zhubofei
Copy link

zhubofei commented Nov 2, 2016

When I try to do a pod install in Example folder, I see this error message.
[!] Unable to integrate the following embedded targets with their respective host targets (a host target is a "parent" target which embeds a "child" target like a framework or extension):

  • IGListKitExamples (iOS 8.0) and IGListKitMessageExample (iOS 10.0) do not use the same platform.
  • IGListKitExamples (iOS 8.0) and IGListKitTodayExample (iOS 10.0) do not use the same platform.
@rnystrom
Copy link
Contributor

rnystrom commented Nov 2, 2016

@zhubofei are you using CocoaPods 1.1?

@zhubofei
Copy link
Author

zhubofei commented Nov 2, 2016

@rnystrom I've tried both 1.1 and 1.2beta. Neither worked.

facebook-github-bot pushed a commit that referenced this issue Nov 3, 2016
Summary:
Fixed issue with Podfile in Example project #152
Closes #155

Differential Revision: D4124632

Pulled By: rnystrom

fbshipit-source-id: 9f825c500e776fe3a4cb8aad2ef6106bc3d76729
@zhubofei
Copy link
Author

zhubofei commented Nov 3, 2016

@rnystrom #155 fixed this issue. And I do think we should add @available(iOSApplicationExtension 10.0, *) to Example/IGListKitTodayExample/TodayViewController.swift instead of having a different version of pod installed.

@zhubofei zhubofei mentioned this issue Nov 3, 2016
facebook-github-bot pushed a commit that referenced this issue Nov 5, 2016
Summary:
Clean up the pods #152
Closes #157

Differential Revision: D4137367

Pulled By: rnystrom

fbshipit-source-id: eafa7caf0804bb0bf7e3adc106b31959b5ebf8a7
@zhubofei zhubofei closed this as completed Nov 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants