You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error output from CocoaPods:
↳
[!] `<PBXGroup UUID=`97C146E51CF9000F007C117D`>` attempted to
initialize an object with an unknown UUID. `CF3B75C9A7D2FA2A4C99F110`
for attribute: `children`. This can be the result of a merge and the
unknown UUID is being discarded.
open ios/Runner.xcworkspace
click "Runner"--->"Signing & Capabilities"---->Team--->choose your Account(must be a valid apple developer account)
Run flutter run and got this error:
Resolving dependencies of `Podfile`
CDN: trunk Relative path: CocoaPods-version.yml exists! Returning
local because checking is only perfomed in repo update
[!] CocoaPods could not find compatible versions for pod
"flutter_webrtc":
In Podfile:
flutter_webrtc (from `.symlinks/plugins/flutter_webrtc/ios`)
vim ios/Podfile
Edit platform :ios, '9.0' to platform :ios, '10.0'