Open lizhenZuo opened 1 year ago
😒
i also got the same error while pod install
pod install
Analyzing dependencies
firebase_analytics: Using Firebase SDK version '10.18.0' defined in 'firebase_core'
firebase_auth: Using Firebase SDK version '10.18.0' defined in 'firebase_core'
firebase_core: Using Firebase SDK version '10.18.0' defined in 'firebase_core'
Warning: firebase_app_id_file.json file does not exist. This may cause issues in upload-symbols. If this error is unexpected, try running flutterfire configure again.
firebase_crashlytics: Using Firebase SDK version '10.18.0' defined in 'firebase_core'
firebase_dynamic_links: Using Firebase SDK version '10.18.0' defined in 'firebase_core'
firebase_in_app_messaging: Using Firebase SDK version '10.18.0' defined in 'firebase_core'
firebase_messaging: Using Firebase SDK version '10.18.0' defined in 'firebase_core'
[!] No podspec found for platform_device_id_v3
in .symlinks/plugins/platform_device_id_v3/ios
I have the same issue:
Same for me
pod update Update all pods Updating local specs repositories Analyzing dependencies [!] No podspec found for `platform_device_id_v3` in `.symlinks/plugins/platform_device_id_v3/ios`
Hey,
Did anyone get a solution for this one?
any news ?
try inside cd ./ios/symlinks/plugins/platform_device_id_v3/ios change name of platform_device_id.podspec to platform_device_id_v3.podspec and edit file s.name = 'platform_device_id' to 'platform_device_id_v3'
Facing the same error here!
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平台上是跑不通的,我很好奇为啥这个问题,没人发现,大家都是用的安卓骂?