Skip to content
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

fix "'RxCocoaRuntime.h' file not found" compile error #2281

Merged
merged 1 commit into from
Jan 30, 2021
Merged

fix "'RxCocoaRuntime.h' file not found" compile error #2281

merged 1 commit into from
Jan 30, 2021

Conversation

faimin
Copy link
Contributor

@faimin faimin commented Jan 29, 2021

fix 'RxCocoaRuntime.h' file not found error when not open the use_frameworks! configuration in podfile.

generally occurs in the scene of mixed Swift and Objective-C project with multiple_pod_projects.

Add this configuration to enable it to be compiled as a static library in mixed project.

iShot2021-01-29 20.28.47.png

fix "'RxCocoaRuntime.h' file not found" error when used static library pod
@faimin faimin changed the title fix "'RxCocoaRuntime.h' file not found" error fix "'RxCocoaRuntime.h' file not found" compile error Jan 29, 2021
Copy link
Member

@freak4pc freak4pc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Thank you :)

@freak4pc freak4pc merged commit a980c17 into ReactiveX:main Jan 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants