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
I have successfully adapt the cache for third party frame work and development pod without assets folder and xib file
When it come to development pod pod which has assets folder and xib file. I can not use spec.resources as it will be duplicate after prebuild (See attachment image). i can only use resource_bundles
with above spec i can see assets folder and xib files are copied into development pod
The problem is i can not invoke get my image and nib with normal way
Hi thanks for the awesome work,
I have successfully adapt the cache for third party frame work and development pod without assets folder and xib file
When it come to development pod pod which has
assets
folder andxib
file. I can not usespec.resources
as it will be duplicate after prebuild (See attachment image). i can only useresource_bundles
with above spec i can see assets folder and xib files are copied into development pod
The problem is i can not invoke get my image and nib with normal way
for xib
and image
the 2 above normal method will not work anymore. Any suggestion that we can use cache for development pod with assets and xib?
The text was updated successfully, but these errors were encountered: