-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not build Objective-C module 'ResearchKit'. Umbrella for module 'ResearchKit' already covers this directory. #55
Comments
Unfortunately no. I've got the build working on an intel and an m2 mac. I'm no expert in pods if the error is in there. When I got rid of PromiseKit in the 2.5 branch I got error message like this, but they were always random junk and a cleaning of the build folder and exit-reopen of Xcode fixed it. Uh maybe you could try an Archive build in the product menu? That does some kind of cleaner build process (that's what you hit to make and publish a build to the app store) and has been my most recent action on the 2.4.14 build when I had to patch it. (you will want the most recent work off of 2.5, it will be merged in hopefully soon. Many problems fixed.) If you want to email me and set up a call I can try and help you with your build issues, I would be thrilled to get some iOS help. My time is a bit limited. |
Either a dumb question or a smart question: which project file are you opening? |
I have not yet try the Archieve option as I was trying to running the simulator first. I will try that later after branch 2.5 is updated.
I use the workspace file as prompted in the README. |
my user name at gmail. |
Just sent you an email. |
@biblicabeebli this is what you asked. |
I worked with @reyvababtista but we have not been successful. For some reason when Reyva runs the pod install command it doesn't install the same source. Wut.My copy of the module map file, in full, is: framework module ResearchKit {
umbrella header "ResearchKit.h"
module Private {
umbrella header "ResearchKit_Private.h"
export *
}
export *
module * { export * }
} it differs from Reyva's in lacking the second 4-line module declaration. My copy of In terms of differences in our environments:
@reyvababtista could you line-by-line compare the output of my
I don't have enough knowledge of cocoapods to determine why it installed just-different versions of the code. I don't remember doing anything different when setting up my environment. We need someone who understands cocoapods. |
(I cannot update my version of xcode due to my mac os version, which I cannot update due to employer IT/security policy. not that I want to.) |
@reyvababtista Shot in the dark - are you running x86 homebrew running on rosetta, or ARM homebrew? |
Thank you for this open source project!
I have a build issue that I have not yet figured out. The build was done on M3 Max, Sonoma 14.3.1, Xcode 15.2, Swift 5.9.2. The device is still new, with Xcode newly installed, contained only the Beiwe project.
pod install
Could not build Objective-C module 'ResearchKit'. Umbrella for module 'ResearchKit' already covers this directory
pod install
Could not build Objective-C module 'ResearchKit'. Umbrella for module 'ResearchKit' already covers this directory
I have attached the full build log and a screenshot into this message. Do you have any advice? @biblicabeebli
Build Beiwe2_2024-03-01T08-47-18.txt
Originally posted by @reyvababtista in #27 (comment)
The text was updated successfully, but these errors were encountered: