-
Notifications
You must be signed in to change notification settings - Fork 48
Q&A
adwpc edited this page Jun 2, 2020
·
1 revision
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)
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'
toplatform :ios, '10.0'