iphone - diff: /../Podfile.lock: No such file or directory -
am new iphone app development.when running application getting bellow error.
diff: /../podfile.lock: no such file or directory diff: /manifest.lock: no such file or directory error: sandbox not in sync podfile.lock. run 'pod install' or update cocoapods installation.
the error message shows solution, no pods built.
open terminal, go root of project, run:
pod install
if don't have cocoapods installed, first run
sudo gem install cocoapods
then repeat previous command
Comments
Post a Comment