-
Notifications
You must be signed in to change notification settings - Fork 128
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
Cannot invoke method toList() on null object #457
Comments
I did not run in this issue yet. I have started to update an example so that I can reproduce this. But I did not find the time yet to complete this and I cannot say when I will. I'm quite busy now so it may take a while. |
@betorcs I'm running to this issue as well. How did you work around this? Thanks |
@betorcs Thanks. Are you using building with xcodebuild command directly or using this plugin to build? |
@thipokch I'm building with |
@betorcs If you're using flutter build try using flutter build ipa. It should generate xcarchive and ipa for you now. They've streamlined the process nicely. Although fastlane, has some nice features that you can't do it with flutter build though. |
Fyi this issues seems to be caused by #459 because the getiosicon method is trying to get a list of files from applicationBundle, but was unable to because the folder structure is different. |
I find this happening when moving from Cmake version 3.24.3 generated xcode project to one generated with version 3.25.1 |
If the Xcode project is generated using CMake with CMP0142 on (New in cmake version 3.25.) try
source: https://discourse.cmake.org/t/dsym-file-not-copied-when-archiving/7691/2 |
The code to get method getiOSIcons breaks during
archive
task.It looks like this RegEx doesn't cover all situations.
The text was updated successfully, but these errors were encountered: