It worked Thanks @Bryan-Square
Hello @Bryan-Square
I’ve the build phase for the SquareMobilePaymentsSDK
initially and it was working as well as, But recently I made upgrade on the package square_in_app_paymets and I’ve added again SquareBuyerVerificationSDK
as well. Now the app is not running anymore and getting error with
yld[4519]: Library not loaded: @rpath/ThreeDS_SDK.framework/ThreeDS_SDK
Can you give me any solution what to do?
What upgrades did you make? Are there any dependencies that need to be updated?
I’ve made upgrade square_in_app_paymets
flutter package from version 1.7.3
to 1.7.9
and this error started.
NOTE: I’ve already added the script for SquareMobilePaymentsSDK
in the build phase and its under the [CP] scripts.
I’m still getting this error:
dyld[989]: Library not loaded: @rpath/ThreeDS_SDK.framework/ThreeDS_SDK
Referenced from: /private/var/containers/Bundle/Application/0B93795A-E9C2-4357-8CC7-1AEC879E1053/Runner.app/Frameworks/SquareBuyerVerificationSDK.framework/SquareBuyerVerificationSDK
Reason: tried: '/usr/lib/swift/ThreeDS_SDK.framework/ThreeDS_SDK' (no such file), '/usr/lib/swift/ThreeDS_SDK.framework/ThreeDS_SDK' (no such file), '/private/var/containers/Bundle/Application/0B93795A-E9C2-4357-8CC7-1AEC879E1053/Runner.app/Frameworks/ThreeDS_SDK.framework/ThreeDS_SDK' (no such file), '/private/var/containers/Bundle/Application/0B93795A-E9C2-4357-8CC7-1AEC879E1053/Runner.app/Frameworks/ThreeDS_SDK.framework/ThreeDS_SDK' (no such file), '/usr/lib/swift/ThreeDS_SDK.framework/ThreeDS_SDK' (no such file), '/private/var/containers/Bundle/Application/0B93795A-E9C2-4357-8CC7-1AEC879E1053/Runner.app/Frameworks/ThreeDS_SDK.framework/ThreeDS_SDK' (no such file), '/private/var/containers/Bundle/Application/0B93795A-E9C2-4357-8CC7-1AEC879E1053/Runner.app/Frameworks/ThreeDS_SDK.framework/ThreeDS_SDK' (no such file), '/System/Library/Frameworks/ThreeDS_SDK.framework/ThreeDS_SDK' (no such file)
Did you also update the build setup to include the setup script?