jgh- / VideoCore-Inactive

*No longer in development* Please see https://github.com/unpause-live/SwiftVideo
MIT License
1.47k stars 538 forks source link

XCode 6.4 #175

Open tofferf opened 9 years ago

tofferf commented 9 years ago

I can get the SampleBroadcaster-Swift project to run correctly in XCode 6.4 but every project that I try to include VideoCore in with, by specifying VideoCore ~> 0.3.2 in a Podfile, refuses to compile. The Pod.framework is red when I specify use_frameworks! and the libPods.a is red when I don't (the sample Podfile does not specify frameworks). When I try to compile it says framework not found UriParser or file not found iostream.

Any ideas?

turtleeeeee commented 9 years ago

I met the same problem, but I am still stuck.

RobertSmart commented 9 years ago

Try including all iOS the frameworks that are included in the Swift demo app. Off the top of my head there are about 10 or so. I did this after similar issues and it works fine now.

cristeahub commented 9 years ago

It worked for me by doing two things:

Remember to clean your build folder again before installing the new pods.

tofferf commented 9 years ago

I finally got it to work by copy-pasting the VideoCore.podspec.json from the sample project to my project’s /Pods/Local Podspecs/ folder. Thanks for all the help!

-Toffer

From: Christoffer Tønnessen Reply-To: jgh-/VideoCore Date: Tuesday, August 11, 2015 at 5:56 AM To: jgh-/VideoCore Cc: Toffer Frydenlund Subject: Re: [VideoCore] XCode 6.4 (#175)

It worked for me by doing two things:

Remember to clean your build folder again before installing the new pods.

— Reply to this email directly or view it on GitHubhttps://github.com/jgh-/VideoCore/issues/175#issuecomment-129861673.