Sagar Khurana
11/29/2024, 5:59 AMld: warning: search path '/Users/sagarkhurana/AndroidStudioProjects/XYZ/iosApp/../shared/build/xcode-frameworks/Debug/iphonesimulator18.1' not found
ld: framework 'FBLPromises' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld /Users/sagarkhurana/AndroidStudioProjects/X\ Y\ Z\ M/build/ios/Debug-iphonesimulator/X\ Y\ X\ M.app/M\ X\ X\ Y.debug.dylib normal (in target 'iosApp' from project 'iosApp')
Building project iosApp with scheme iosApp and configuration Debug
(2 failures)
When running the project from Xcode, the app builds and installs on the simulator successfully. I have tried running the following commands, but it did not work to make it run from Android Studio.
• ./gradlew clean
• pod deintegerate
from iosApp Directory
• pod install
from iosApp Directory
• ./gradlew sync
Hristijan
11/29/2024, 7:36 AMSagar Khurana
12/01/2024, 10:48 AMHristijan
12/01/2024, 1:04 PM