You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
and I want to grant access in the framework (not in the app code) for mydata.json.
It's very easy to access same data files via iOS-Framework Bundles, but this is not the case.
In fact the method to get the Framework bundle like:
Within a well configured iOS-Framework if I try to load file resources
gives back the main app bundle i.e. the same bundle of
that is the container app root bundle folder like
My container app and framework structure is like
and I want to grant access in the framework (not in the app code) for mydata.json.
It's very easy to access same data files via iOS-Framework Bundles, but this is not the case.
In fact the method to get the Framework bundle like:
will work only when calling it from the container app, not in the framework itself, due to the issue showed before.
The text was updated successfully, but these errors were encountered: