I have tried clean and rebuild project and it does not work. Any ideas?
p
Pablichjenkov
06/15/2023, 6:27 AM
Instead of opening
.xcodeproj
try opening
.workspace
. I believe I read somewhere that it will trigger cocoapods to generate some files for xCode
n
Nav
06/15/2023, 7:37 AM
@Pablichjenkov
Thanks i actually just uninstalled and reinstalled ruby using brew, and now kdoctor gives all ok, but now for some reason Xcode says that
No such module 'shared'
even though before this error would go away if you just run on the simulator but now the build just fails 😵💫
Above mentioned ☝️ and you can try a clean up before, xCode is a bit slow to react. You can check the generated shared framework is under shared/build folder. If not run the gradle task that generates the framework. Under shared gradle tasks locate cocoapods and run the generatePodFramework ones