Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

iostream file not found - Xcode 9.3.1 - Swift 4 #408

Open
tangamampilia opened this issue May 23, 2018 · 3 comments
Open

iostream file not found - Xcode 9.3.1 - Swift 4 #408

tangamampilia opened this issue May 23, 2018 · 3 comments

Comments

@tangamampilia
Copy link

Hi,

I just upgraded a project from swift 3.3 to swift 4.1. Every time I try to compile the project I get this error.

screen shot 2018-05-22 at 8 47 36 pm

I'm not sure what I need to do. Suggestions?

@kdomingo
Copy link

I'm getting the same here.

@tangamampilia
Copy link
Author

I finally fixed by installing a specific pod commit.

pod 'pop', :git => 'https://github.com/facebook/pop.git', :commit => 'b4ff2db'

I think the issue is related to the POPVector.h file added in the pod spec as public.

@mikecbone
Copy link

Same issue in Xcode 10 Beta 4, Swift 4.2. Using recommended pod commit above fixed it ^

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants