dyld[22958]: Library not loaded: /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
Referenced from: <DD42EABE-7924-322E-BDBA-C2A2EE069FEE> /private/var/containers/Bundle/Application/380816E4-E0D9-4E5F-B1AB-A7D4DFCE69F3/Santander.app/Santander
Reason: tried: '/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI' (no such file), '/private/preboot/Cryptexes/OS/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI' (no such file), '/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI' (no such file, not in dyld cache
We may consider using xcframework to use different tbd for different platform to fix the issue.
eg.
After this commit
The iOS build will fail due to the extra
Versions/Aon install_nameWe may consider using xcframework to use different tbd for different platform to fix the issue.
eg.