-
Notifications
You must be signed in to change notification settings - Fork 693
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
XCode 14 Build error: Stored properties cannot be marked potentially unavailable with '@available' #1127
Comments
any way we can overcome this issue?. bump for me as well. in XCode 14 M1. |
+1 |
My current workaround is change global platform in Podfile to : |
Dup of #1121. |
This also did not work for me. |
yes .workaround is not working. (bumping to ios 14 in pod or setting up the development team explicitly) |
@miguelpruivo I don´t think this is a dup. |
@sticksen anyway, this issue should be opened in the DKImagePickerController repo and followed there since it relates directly to it. |
@miguelpruivo Agreed, seems to be already fixed there (in version 4.3.4): zhangao0086/DKImagePickerController#705 |
@sticksen looks like the user updated the post saying that isn't also working, despite the 4.3.4 update. |
+1 Also not working for me |
How can I update the DKImagePickerController to 4.3.4 by flutter |
You'll have to override the dependency in your podfile, but that doesn't solve it. |
Same issue |
Check this out zhangao0086/DKImagePickerController#705 (comment)
This might not work because of #999 (comment) |
Let me know if someone find a solution for this or issue a PR with it. I don't really have much time as of now to investigate it, but I'll have an eye on it since this is a prioritary issue. |
Hi, I'm archive successfully. I'm not sure can help you guys. but still share my steps. 1. Make sure your
|
Workaround mentioned in here, zhangao0086/DKImagePickerController#705 (comment) and zhangao0086/DKImagePickerController#705 (comment) are working. |
This issue is stale because it has been open for 14 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Go to "ios" directory and run |
Because of the dependency DKImagePickerController i can not compile for IOS with XCode 14 (M1 System).
Swift Compiler Error (Xcode): Stored properties cannot be marked potentially unavailable with '@available'
/Users/carstenkunsken/Documents/Flutter/test123/ios/Pods/DKImagePickerController/Sources/DKImagePickerController/DKImagePickerController.swift:67:5
The text was updated successfully, but these errors were encountered: