I was able to get past this issue by setting `FRAM...
# compose-ios
s
I was able to get past this issue by setting
FRAMEWORK_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 -
Copy code
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)
🧵 1