How to use iOS dynamic framework?

i’m using ios dynamic framework as below script in UE 4.14.
but Framework not loaded.
i guess that below script is for the static library.
how to use iOS dynamic framework in UE 4.14?

                PublicAdditionalFrameworks.Add(
                    new UEBuildFramework(
						"AskSDK",
						"../../ThirdPartyFrameworks/iOS/Ask.embeddedframework.zip",
						"Resources/AskSDK.bundle"
                    )
                );

crash log
Dyld Error Message:
Dyld Message: Library not loaded: @rpath/AskSDK.framework/AskSDK
Referenced from: /var/containers/Bundle/Application/02CD727D-5278-44B8-9BBD-308953DC0204/ASampleProject.app/ASampleProject
Reason: image not found
Dyld Version: 390.7

Were you able to figure this out? We’re hitting the same issue and nothing we’ve tried is working.