0👍
Do the pod install manually to check where is the problem:
- Remove your current build:
tns platform remove ios
- Build the app source code only:
tns build ios --bundle
- Navigate to the project folder
platforms/ios
, runpod install
to see if there is error. If it’s still same error, removePodfile.lock
if any, then trypod repo update
- [Vuejs]-Page doesn't update on pagination click in Laravel SPA
- [Vuejs]-Cypress tests continuously run XHR posts when visiting localhost (running vue.js)
Source:stackexchange.com