-
Notifications
You must be signed in to change notification settings - Fork 721
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
Compilation fails with Pod::PICKER_DOCUMENT = false #1486
Comments
+1 |
Have you found a workaround for this issue? |
You can set Pod::PICKER_DOCUMENT = true |
Yes, but I need it to be false. I guess I have to wait for the fix. |
I submitted a PR now #1494 You can use my fork in your pubspec
|
Describe the bug
Set Pod::PICKER_DOCUMENT = false in the Podfile as documented in the Wiki. Compilation fails on version 7.0.0 and above (it was working in 6.x.x)
Platform
Error Log
Semantic Issue (Xcode): Property 'documentPickerController' not found on object
of type 'FilePickerPlugin *'; did you mean 'audioPickerController'?
/Users/administrator/.pub-cache/hosted/pub.dev/file_picker-8.0.0+1/ios/Classes/F
ilePickerPlugin.m:189:9
Semantic Issue (Xcode): Property 'documentPickerController' not found on object
of type 'FilePickerPlugin *'; did you mean 'audioPickerController'?
/Users/administrator/.pub-cache/hosted/pub.dev/file_picker-8.0.0+1/ios/Classes/F
ilePickerPlugin.m:190:9
Semantic Issue (Xcode): Property 'documentPickerController' not found on object
of type 'FilePickerPlugin *'; did you mean 'audioPickerController'?
/Users/administrator/.pub-cache/hosted/pub.dev/file_picker-8.0.0+1/ios/Classes/F
ilePickerPlugin.m:191:9
Semantic Issue (Xcode): Property 'documentPickerController' not found on object
of type 'FilePickerPlugin *'; did you mean 'audioPickerController'?
/Users/administrator/.pub-cache/hosted/pub.dev/file_picker-8.0.0+1/ios/Classes/F
ilePickerPlugin.m:194:17
Semantic Issue (Xcode): Property 'directoryURL' not found on object of type
'MPMediaPickerController *'
/Users/administrator/.pub-cache/hosted/pub.dev/file_picker-8.0.0+1/ios/Classes/F
ilePickerPlugin.m:194:42
Semantic Issue (Xcode): Property 'documentPickerController' not found on object
of type 'FilePickerPlugin *'; did you mean 'audioPickerController'?
/Users/administrator/.pub-cache/hosted/pub.dev/file_picker-8.0.0+1/ios/Classes/F
ilePickerPlugin.m:197:68
Additional context
The problem is that documentPickerController doesn't get defined due to the flag in the Podfile, but not all references are properly removed too.
The text was updated successfully, but these errors were encountered: