React Native - IOS: Archive Failed - No Such Module #1153
-
When building for react native IOS, the build is failing very strangely. Pod Install have worked, but somehow its not starting to build. This build is happening from the UI though, but not working from CLI. Build details - https://codemagic.io/app/6361335164db23ea9241e3f3/build/636a1bbe030e6bcce2107efa |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
one possible reason you don't have You can find an example here https://cocoapods.org/pods/CTNotificationService#cocoapods |
Beta Was this translation helpful? Give feedback.
-
@devilankur18 Thanks for sharing the build info, I will check and get back to you. |
Beta Was this translation helpful? Give feedback.
-
Had a chance to check the logs. Please try building it on your workspace rather than the project. Meaning that you need to use |
Beta Was this translation helpful? Give feedback.
-
@icarusdust thanks it helped. |
Beta Was this translation helpful? Give feedback.
Had a chance to check the logs. Please try building it on your workspace rather than the project. Meaning that you need to use
--workspace
instead of--project
in the build command. Let me know if it helps.