facebookarchive / pop

An extensible iOS and OS X animation library, useful for physics-based interactions.
Other
19.66k stars 2.88k forks source link

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

Open tangamampilia opened 6 years ago

tangamampilia commented 6 years ago

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 commented 6 years ago

I'm getting the same here.

tangamampilia commented 6 years ago

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 commented 6 years ago

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