Xcode /Podfile.Lock: No Such File

Podfile.lock No such file or directory

https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/263

I got it worked. Just needs to type --release."tns prepare ios --release".

diff: /../Podfile.lock: No such file or directory

The error message shows the solution, no pods are built.

Open the terminal, go to the root of the project, then run:

pod install

If you don't have cocoapods installed, first run

sudo gem install cocoapods

then repeat the previous command

Error: The sandbox is not in sync with the Podfile.lock... after installing RestKit with cocoapods

I was able to fix that by updating CocoaPods.

I. Project Cleanup

  1. In the project navigator, select your project
  2. Select your target
  3. Remove all libPods*.a in Build Phases > Link Binary With Libraries

II. Update CocoaPods

  1. Launch Terminal and go to your project directory.
  2. Update CocoaPods using the command pod install


Related Topics



Leave a reply



Submit