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
No podspec found for platform_device_id_v3 in .symlinks/plugins/platform_device_id_v3/ios
问题的原因是,你的项目名字是platform_device_id_v3,但是iOS文件下的podspec文件却是platform_device_id.podspec,文件里面的s.name 也是platform_device_id,所以在iOS平台上是跑不通的,我很好奇为啥这个问题,没人发现,大家都是用的安卓骂?