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

[!] No podspec found for image_picker_plus in .symlinks/plugins/image_picker_plus/ios #70

Open
Jakoo13 opened this issue Jul 27, 2023 · 13 comments

Comments

@Jakoo13
Copy link

Jakoo13 commented Jul 27, 2023

When looking within project_directory/ios/.symlinks/plugins/image_picker_plus/ios folder the podspec is named image_crop.podspec rather than image_picker_plus.podspec.

I think this could be the cause of the issue?

@Jakoo13
Copy link
Author

Jakoo13 commented Jul 27, 2023

@AhmedAbdoElhawary I fixed this by renaming project_directory/ios/.symlinks/plugins/image_picker_plus/ios/image_crop.podspec to image_picker_plus.podspec as well as the s.name = 'image_picker_plus' within that file.

@Jakoo13
Copy link
Author

Jakoo13 commented Jul 27, 2023

T

@AhmedAbdoElhawary I fixed this by renaming project_directory/ios/.symlinks/plugins/image_picker_plus/ios/image_crop.podspec to image_picker_plus.podspec as well as the s.name = 'image_picker_plus' within that file.

This doesn't seem like a long term solution as anytime we run pod repo update or pod install this will reset.

@Jakoo13
Copy link
Author

Jakoo13 commented Jul 27, 2023

I found the source of issue. Any version after 0.5.6+2 fails to run pod install. It seems the image_crop plugin introduced errors.

@mitesh77
Copy link

I also have the same issue I cannot fix [!] No podspec found for image_picker_plusin.symlinks/plugins/image_picker_plus/ios``

@Jakoo13
Copy link
Author

Jakoo13 commented Jul 28, 2023

@mitesh77 if you check the open PR's, the PR that changes the crop package to cropper works good. The way I fixed for now is forking the package until the maintainer can fix himself.

@Princeyyyy
Copy link

Is the package now working well or are here things someone needs to take into consideration? I'm on the latest flutter version btw 3.10.6

@Jakoo13
Copy link
Author

Jakoo13 commented Jul 31, 2023

Is the package now working well or are here things someone needs to take into consideration? I'm on the latest flutter version btw 3.10.6

No it is still not working. If you want to use this package, you need to fork it. Basically do exactly what the current merge request to change the crop package does. You need to fork this package, then change the crop package.

@AhmedAbdoElhawary
Copy link
Owner

@Jakoo13 @Princeyyyy @mitesh77 I don't have a Mac to check it. But if anyone can send a pull request.
About the crop_image, I forked the package and solved the issues in #72, and about cropper, it's not giving me the same results that I want to crop one and multi images, but I will work on custom cropper in the future.

The package work for me on Android (don't forget to add all permissions on AndroidManifest. Look again at the ReadMe file).

@ejjat0909
Copy link

@Jakoo13 @Princeyyyy @mitesh77 I don't have a Mac to check it. But if anyone can send a pull request. About the crop_image, I forked the package and solved the issues in #72, and about cropper, it's not giving me the same results that I want to crop one and multi images, but I will work on custom cropper in the future.

The package work for me on Android (don't forget to add all permissions on AndroidManifest. Look again at the ReadMe file).

so do you fixed it?

@rak54
Copy link

rak54 commented Sep 25, 2023

I found the source of issue. Any version after 0.5.6+2 fails to run pod install. It seems the image_crop plugin introduced errors.

So you mean if we use version 0.5.6+1 , it will work fine ?

@LaPyaeOo
Copy link

LaPyaeOo commented Jan 2, 2024

In version 0.5.9, still got this error.
[!] No podspec found for `image_picker_plus` in `.symlinks/plugins/image_picker_plus/ios`

@Catyousha
Copy link

do you have any intention to solve this issue or this package is not supporting ios platform anymore? @AhmedAbdoElhawary

@mrkahfi
Copy link

mrkahfi commented Jan 8, 2024

Hi @AhmedAbdoElhawary I submitted a PR #80 on this issue. Please check it out. Thank you!

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