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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -