BestBurning / platform_device_id

flutter plugin to get device id
https://pub.dev/packages?q=platform_device_id
BSD 3-Clause "New" or "Revised" License
81 stars 203 forks source link

iOS pod install error #41

Open lizhenZuo opened 1 year ago

lizhenZuo commented 1 year ago

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平台上是跑不通的,我很好奇为啥这个问题,没人发现,大家都是用的安卓骂?

liTao-leven commented 11 months ago

image 😒

roli18pixles commented 8 months 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

chplalex commented 7 months ago

I have the same issue:

Screenshot 2024-04-11 at 14 44 50

ctykaya commented 6 months ago

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` 
Pulkit0001 commented 6 months ago

Hey,

Did anyone get a solution for this one?

MoradAbdelgaber commented 4 months ago

any news ?

mucahitbircan commented 3 months ago

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'

balenaultra commented 3 months ago

Facing the same error here!