Invalid path in AssetBundleProvider

Hello all,
I’m using Addressables v0.7.4, building for iOS.
When I build my app and run it on a iPhone, I got the following error log after my first Addressable.Load:

Exception encountered in operation Resource(itemassetbundle_assets_all_de691049a7.bundle): Invalid path in AssetBundleProvider: ‘var/containers/Bundle/Application/1AD44780-919D-4B97/myapp.app/Data/Raw/aa/iOS/iOS/itemassetbundle_assets_all_de691049a7.bundle’

Here’s my asset group settings:

Any help would be appreciated!

I found out that the problem is that Addressables by default does not build the content automatically when I build the app. I had to manually call AddressableAssetSettings.BuildPlayerContent() or press the Build button to make it happen.

@bruno_1308 hi, i had the same error on android app. have you found a solution ?

Yes, and it is written above