iOS build issue - Error running pod install

2021. 8. 31. 15:14Flutter

Error running pod install

 

# issue

# solution

% cd ios
% pod install --repo-update

### if error occurs

% rm Podfile.lock
% pod install --repo-update