-
Notifications
You must be signed in to change notification settings - Fork 209
[Swift] Could not build modules during Archiving and "Include of non-modular header inside framework module RxLibrary" #30
Comments
I resolved! |
@tsuyoshiishikawa How? |
Yes, this manipulation is now in the BUILDFIXES file ;) |
Firebase Firestore could not build modules while archiving app, but I can archive if I comment the above line (#import "transformations/gRXMappingWriter.h") |
Will this be fixed in any upcoming updates soon? Every time I install a new dependency I need to go back and comment this line before archiving. |
@jacobo360 As of now this issue has been fixed already on the 1.13.0 version release on gRPC. I just did it on my project and update the pod file to grab the updated version because the previous version I had is 1.12.0 |
Brilliant. Thanks! |
I figured out the problem, all of the deployment targets need to be the same. That is, in the project file, the target, and the pods project as well. |
When I wanted to archive my app to build a Testflight app on itunes connect, I get several errors. Then I try with the demo project "Speech" and I get the same errors:
I found this post on the first issue, but I couldn't manage.
The text was updated successfully, but these errors were encountered: