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

Any update for 2022? #55

Open
tsachit opened this issue Dec 23, 2022 · 1 comment
Open

Any update for 2022? #55

tsachit opened this issue Dec 23, 2022 · 1 comment

Comments

@tsachit
Copy link

tsachit commented Dec 23, 2022

image

@tsachit tsachit changed the title Update for 2022? Any update for 2022? Dec 23, 2022
@lucidprojects
Copy link

I got this working by linking the lib's xcodeproj in the libraries of my parent xcodeproj as described here

I also needed to add HEADER_SEARCH_PATHS as mentioned here

My search_paths look like this now and I was able to successfully build from Xcode.

buildSettings = {
	HEADER_SEARCH_PATHS = (
		"$(inherited)",
		/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
		"$(SRCROOT)/../../../React/**",
		"$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core/**",
		"$(SRCROOT)/../../react-native/React/**",
	);
	...
};

hope it helps anyone that may end up here

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

No branches or pull requests

2 participants