You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2024. It is now read-only.
Recently,I learn cocoapods.then ,I use CRNavigationController.
I use cocoapods to manage my local project.
I has a problem when i write podfile
It's how to link to a podspec use relative paths.
In your podfile,i notice you use :path => "../" ,how does it mean?
And
target "CRNavigationController" do
pod "CRNavigationController"
end
Recently,I learn cocoapods.then ,I use CRNavigationController.
I use cocoapods to manage my local project.
I has a problem when i write podfile
It's how to link to a podspec use relative paths.
In your podfile,i notice you use :path => "../" ,how does it mean?
And
target "CRNavigationController" do
pod "CRNavigationController"
end