iOS framework addition failed due to a CocoaPods installation failure. This will will likely result in an non-functional Xcode project.
After the failure, "pod repo update" was executed and succeeded. "pod install" was then attempted again, and still failed. This may be due to a broken CocoaPods installation. See: https://guides.cocoapods.org/using/troubleshooting.html for potential solutions.
Nhấp chuột phải vào folder đã build ra, mở terminal ở folder đó và chạy lệnh
git init
git config http.postBuffer 524288000
pod update
Article Categories:
config