Closed dgurudot closed 1 month ago
I found a solution.
Okay to close it but others can comment.
What version of xcode? im not seeing it in Xcode 16.. can you copy and paste your yaml file (firebase packages) as well? and also your Podfile? Thank you!
@dgurudot
UPDATE Nevermind, restarted Xcode and saw it after. I updated the value in both the target and project Runners. worked fine.
¿Qué versión de Xcode? No la veo en Xcode 16. ¿Puedes copiar y pegar también tu archivo yaml (paquetes de Firebase)? ¿Y también tu Podfile? ¡Gracias!
@dgurudot
ACTUALIZACIÓN No importa, reinicié Xcode y lo vi después. Actualicé el valor tanto en el ejecutor de destino como en el de proyecto. Funcionó bien.
Would you help me?
I have the same problem, I would appreciate your help
Lexical or Preprocessor Issue (Xcode): Include of non-modular header inside framework module 'firebase_dynamic_links.FLTFirebaseDynamicLinksPlugin': '/Users/victorflores/invuKDS/ios/Pods/Headers/Public/Firebase/Firebase.h' /Users/victorflores/.pub-cache/hosted/pub.dev/firebase_dynamic_links-6.0.7/ios/C lasses/FLTFirebaseDynamicLinksPlugin.h:3:8
Could not build the application for the simulator. Error launching application on Ipad .
my solution
Is there an existing issue for this?
Which plugins are affected?
Storage
Which platforms are affected?
iOS
Description
Build was working great and Xcode got updated based on auto-update, then upgraded Mac OS as well.
Now, build fails with the error given below:
Include of non-modular header inside framework module 'firebase_storage.FLTTaskStateChannelStreamHandler': '/Users/vk/StudioProjects//ios/Pods/Headers/Public/Firebase/Firebase.h'
Reproducing the issue
This is a big project so diffiucult for me to create yet another similar minimal one to reproduce. Please see the error if you find the issue and suggest a solution.
Firebase Core version
^3.5.0
Flutter Version
3.24.3
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippet```yaml Replace this line with the contents of your `flutter pub deps -- --style=compact`. ```
Additional context and comments
No response