Open s00500 opened 8 years ago
@s00500: Is this code running? I am facing so many errors during the compilation in Xcode
@s00500 can you elaborate more on this ? what is exactly what your are describing ?
@omarojo The podfile needs to be upgraded for newer versions of cocoapods
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
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.