ResearchKit / ResearchKit

ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.

Home Page:https://www.researchandcare.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing header file build error

vishnuravi opened this issue · comments

When attempting to use the latest commit of ResearchKit from the main branch (a89059f) via CocoaPods we are running into a build error regarding missing header files (see screenshot below).

We have tried clearing all CocoaPods caches, DerivedData, etc., and then reinstalling the pod. We are using Xcode 14.1, iOS 16.1, and Cocoapods 1.11.3.

If anyone has suggestions for what we might try to resolve this, it would be greatly appreciated!

Screenshot 2022-11-29 at 8 51 38 AM

Thank you,
@vishnuravi and @PSchmiedmayer

commented

Hi @vishnuravi ,

Here are our latest CocoaPods Installation guidelines:


For latest stable release

pod 'ResearchKit'

The latest early development release based off of main is

pod 'ResearchKit',  :git => 'https://github.com/ResearchKit/ResearchKit.git', :tag => '2.1.1-dev'

or for the latest early development release based off of main

  pod 'ResearchKit', :git => 'https://github.com/ResearchKit/ResearchKit.git', :branch => 'main'

@louie-apple Thank you for your input and help! I can confirm that the commit before the 2.1.1-dev branch did fix the CocoaPods header issue. We can close that issue.

commented

No problem @PSchmiedmayer!