jgh- / VideoCore-Inactive

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

Podfile update for cocoapods 1.0.1 #323

Open s00500 opened 8 years ago

s00500 commented 8 years ago

Hi, Using cocoapods 1.0.1 you need to specify targets for the pod dependencys in the podfile

Like so: target "SampleBroadcaster-Swift" do pod 'VideoCore', path: '../..' end

Otherwise yo get the error: [!] The dependency VideoCore (from../..) is not used in any concrete target.

ankur-sardar commented 8 years ago

@s00500: Is this code running? I am facing so many errors during the compilation in Xcode

omarojo commented 8 years ago

@s00500 can you elaborate more on this ? what is exactly what your are describing ?

s00500 commented 8 years ago

@omarojo The podfile needs to be upgraded for newer versions of cocoapods

bintu1234 commented 8 years ago

yes i am also facing same issue,before i am installed with cocoapods 0.38.2 but now it showing like need to update cocoapods in terminal,so i just updated to new version. Now i am getting this issue 'type_half.inl' file not found.can any body help me please