Hi Team, I wanted to compile the Flutter code to i...
# support
b
Hi Team, I wanted to compile the Flutter code to ios but I received the following error: [!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (Rudder-Firebase) These are the packages: rudder_sdk_flutter: ^2.3.1 rudder_integration_firebase_flutter: ^2.0.2 Could you please help me with this?
m
Hey There! šŸ‘‹ Your message has been received by the RudderStack team. We will forward this request to your Technical Account Manager, and they will get back to you shortly. Please use the thread for any additional comments.
c
Hey @bland-author-53838, • Can you please put this in your iOS Podfile:
Copy code
use_frameworks! :linkage=> :static
• And comment out this line if it is present:
Copy code
# use_frameworks!
Do let us know if it solves the issue or not.
CC: <!subteam^S04QT1G74Q3|@sdk-team>
b
Hi @calm-yak-10773! It worked šŸ™‚ Thank you very much!
šŸ™‚ 1