ProtonVPN / ios-mac-app

Official ProtonVPN iOS and macOS app
GNU General Public License v3.0
316 stars 76 forks source link

[!] Invalid `Podfile` file: no implicit conversion of nil into String. #2

Closed wfs498121294 closed 2 years ago

wfs498121294 commented 2 years ago

clb@clbdeMac-mini ios-mac-app-develop % pod install

[!] Invalid Podfile file: no implicit conversion of nil into String.

from /Users/clb/Downloads/ios-mac-app-develop/Podfile:7

-------------------------------------------

def proton_url

'git@' + ENV["PROTON_GIT_URL"]

end

-------------------------------------------

jaroslavas commented 2 years ago

There is no need to run pod install. You can check how to run a project in the readme file.

wfs498121294 commented 2 years ago

thanks