Skip to content

Commit e0d9cea

Browse files
gabrielfurinigrabbou
authored andcommitted
Fixing Yoga imports and includes on case-sensitive machines (#26416)
Summary: In addition of the issue resolved by #26360 (already merged), machines with case-sensitive disks are still not able to build a project on Xcode due not found `<yoga/...` imports: ``` 'yoga/Yoga.h' file not found ``` ![Screen Shot 2019-09-12 at 11 15 54](https://user-images.githubusercontent.com/1728387/64791885-c58c9180-d54e-11e9-95cb-40befaab7acc.png) ## Changelog [iOS] [Fixed] - Fix Yoga imports and includes Pull Request resolved: #26416 Test Plan: `Build` command on Xcode now runs successfully in a Mac with disk in case-sensitive mode Differential Revision: D17370392 Pulled By: PeteTheHeat fbshipit-source-id: 2a225f47046113267adb154a4c6a9ef4664a12c3
1 parent fc6580e commit e0d9cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReactCommon/yoga/Yoga.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Pod::Spec.new do |spec|
2828
spec.source = source
2929

3030
spec.module_name = 'yoga'
31+
spec.header_dir = 'yoga'
3132
spec.requires_arc = false
3233
spec.compiler_flags = [
3334
'-fno-omit-frame-pointer',

0 commit comments

Comments
 (0)