Expo Build iOS - Asset Update and Image resize issue

When adding this assetBundlePatterns to app.json.
Getting this error

[11:33:47] Uploading assets

[11:33:47] No assets to upload, skipped.

[11:33:47] Processing asset bundle patterns:

[11:33:47] - /Users/gnanajo/Desktop/onlydue/**/*

[11:33:47] Cannot read property 'forEach' of undefined

Then i have updated pattern to “asset/*” then it worked. But the asset is not getting uploaded. Is there any solution to this “forEach” problem while processing asset bundle patterns.