Open tofferf opened 9 years ago
I met the same problem, but I am still stuck.
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.
It worked for me by doing two things:
gem install cocoapods -v 0.37.2 && pod _0.37.2_ install
)Remember to clean your build folder again before installing the new pods.
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.
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?