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 -

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -