We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Argument list too long: recursive header expansion failed
1 parent 1978af8 commit 4a21e66Copy full SHA for 4a21e66
ios/RNNeteaseIm/RNNeteaseIm.xcodeproj/project.pbxproj
@@ -508,7 +508,7 @@
508
GCC_PREFIX_HEADER = RNNeteaseIm/PrefixHeader.pch;
509
HEADER_SEARCH_PATHS = (
510
"$(SRCROOT)/../../../react-native/React/**",
511
- "$(SRCROOT)/../../../../ios/Pods/**",
+ "$(SRCROOT)/../../../../ios/Pods/Headers/Public/**",
512
);
513
OTHER_LDFLAGS = "-ObjC";
514
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -523,7 +523,7 @@
523
524
525
526
527
528
529
0 commit comments