Saurabh Gupta
11/06/2025, 3:25 AMFRAMEWORK_SEARCH_PATHS in the Build settings of the iOSApp target to the MSAL.framework inside composeApp/build/cocoapods/synthetic/ios/build/Debug-iphonesimulator/MSAL However, now my app installs but crashes immediately because it is not able to find the MSAL framework not found in the installed app. See errors below -
Library not loaded: @rpath/MSAL.framework/MSAL
Referenced from: <31B76893-6B17-3B79-A07A-88B847BB3EAD> /private/var/containers/Bundle/Application/D9250FBD-9976-419A-9B63-8D53A65A6C5B/CokeGPT.app/CokeGPT.debug.dylib
Reason: tried: '/private/var/containers/Bundle/Application/D9250FBD-9976-419A-9B63-8D53A65A6C5B/CokeGPT.app/Frameworks/MSAL.framework/MSAL' (no such file), '/private/var/containers/Bundle/Application/D9250FBD-9976-419A-9B63-8D53A65A6C5B/CokeGPT.app/MSAL.framework/MSAL' (no such file), '/private/var/containers/Bundle/Application/D9250FBD-9976-419A-9B63-8D53A65A6C5B/CokeGPT.app/Frameworks/MSAL.framework/MSAL' (no such file), '/private/var/containers/Bundle/Application/D9250FBD-9976-419A-9B63-8D53A65A6C5B/CokeGPT.app/MSAL.framework/MSAL' (no such file), '/private/var/containers/Bundle/Application/D9250FBD-9976-419A-9B63-8D53A65A6C5B/CokeGPT.app/Frameworks/MSAL.framework/MSAL' (no such file)