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

Doesn't compile in XCode 13 #484

Open
rahulguni opened this issue Sep 22, 2021 · 9 comments
Open

Doesn't compile in XCode 13 #484

rahulguni opened this issue Sep 22, 2021 · 9 comments

Comments

@rahulguni
Copy link

I have my senior project due in a week and I'm almost done with the app but imagepicker stopped working on the newest version of xcode throwing swift compilation error. I tried reinstalling it with cocoapods in a completely different project but it gives out the same compilation errors.

@GrebeniukLA
Copy link

Did you get Cannot convert value of type 'Configuration' to expected argument type 'UIButton.Configuration'?
It's easy to fix. There are some commits already, but a new version hasn't been created yet.

@Kirow
Copy link

Kirow commented Sep 27, 2021

@rahulguni
UIButton now has new variable public var configuration: UIButton.Configuration?. There was same variable in class ButtonPicker: UIButton - var configuration = ImagePickerConfiguration()

use latest source code pod 'ImagePicker', :git => 'https://github.com/hyperoslo/ImagePicker.git'

@shobhitagrawal801
Copy link

Any have found any solution for this because I have used the latest podfile but still facing the same compilation error.

@keegho
Copy link

keegho commented Oct 15, 2021

Any have found any solution for this because I have used the latest podfile but still facing the same compilation error.

Use this pod 'ImagePicker', :git => 'https://github.com/hyperoslo/ImagePicker.git' and then in the terminal project folder pod install

@Kamilton
Copy link

Is there going to be any official release to Pods, so we wouldn't need to specify git path?

@JCTec
Copy link

JCTec commented Dec 14, 2021

When can we expect to have a new release with these changes?

@asemelkhouli20
Copy link

that Right. it's work
thanks

@udit-raj-simform
Copy link

udit-raj-simform commented Mar 23, 2023

This error

Parse Issue (Xcode): Module 'image_picker_ios' not found

shows up when i try pod 'ImagePicker', :git => 'https://github.com/hyperoslo/ImagePicker.git' and then in the terminal project folder pod install and then flutter run

@utkuzorlu
Copy link

Did you get Cannot convert value of type 'Configuration' to expected argument type 'UIButton.Configuration'? It's easy to fix. There are some commits already, but a new version hasn't been created yet.
Did you find a solution? @GrebeniukLA

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

11 participants