Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS pod install error #41

Open
lizhenZuo opened this issue Jul 28, 2023 · 8 comments
Open

iOS pod install error #41

lizhenZuo opened this issue Jul 28, 2023 · 8 comments

Comments

@lizhenZuo
Copy link

lizhenZuo commented Jul 28, 2023

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
Copy link

image
😒

@roli18pixles
Copy link

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
Copy link

I have the same issue:

Screenshot 2024-04-11 at 14 44 50

@ctykaya
Copy link

ctykaya commented Apr 30, 2024

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
Copy link

Hey,

Did anyone get a solution for this one?

@MoradAbdelgaber
Copy link

any news ?

@mucahitbircan
Copy link

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
Copy link

Facing the same error here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants