Pedro Romano Barbosa
02/06/2025, 9:58 PMpod install
command, when building from the gradle it is giving me this error: ld: framework 'Pods_iosApp' not found
. On Xcode I can build it just fine tho 😞 Can someone help me here?Pedro Romano Barbosa
02/06/2025, 9:59 PMplatform :ios, '11.0'
target 'iosApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for iosApp
pod 'Filament'
end
David Nedrow
02/13/2025, 4:59 PMuse_frameworks!
line? You might be more successful with a static link.