Sean Kozer
0f35f7c6d5
Link React library to Tests target
...
Summary:
Fixes https://github.com/facebook/react-native/issues/2685
Closes https://github.com/facebook/react-native/pull/7918
Differential Revision: D3389814
fbshipit-source-id: d5054dae386d66e8055c883581f142ec24e60e18
2016-06-03 21:43:22 -07:00
James Ide
6fac6db4d4
Use xcodebuild and delete "Framework Search Paths" for Xcode 7.3 to un-stall the tests
...
Summary:The Obj-C tests were stalling when we updated TravisCI to use the OS X image with Xcode 7.3 and iOS 9.3.
On my own MBP with Xcode 7.3 the tests stall as well. Running `./scripts/objc-test.sh` prints out a warning near the end, which says `ld` couldn't find a Frameworks folder under the iPhoneSimulator9.3 SDK directory. Indeed, this directory doesn't exist on my computer. When creating a brand new project with unit tests and UI tests, both test targets don't specify "Framework Search Paths" so I don't think we need to specify it anymore.
Closes https://github.com/facebook/react-native/pull/7168
Differential Revision: D3216524
fb-gh-sync-id: 3097bda98d78289ecdba86801bcd461f3311ac47
fbshipit-source-id: 3097bda98d78289ecdba86801bcd461f3311ac47
2016-04-22 23:04:19 -07:00
Alexey Lang
8aa82d3b33
Add flag "-lc++" for all checked-in projects
...
Reviewed By: bestander
Differential Revision: D3214654
fb-gh-sync-id: cb07b439156ab5ff1f909f69c766c09da2a027c6
fbshipit-source-id: cb07b439156ab5ff1f909f69c766c09da2a027c6
2016-04-22 16:23:18 -07:00
Alex Kotliarskyi
d3e44143f6
Improve react-native-xcode.sh integration
...
Summary:
Inspired by conversation in https://github.com/facebook/react-native/pull/5374 , this PR improves `react-native-xcode.sh`:
* No longer depends on global `react-native` binary
* Gracefully handles missing `node` dependency and adds a new way to configure the path to `node` in non-standard installation environments
This is how the error looks like:
![image](https://cloud.githubusercontent.com/assets/192222/12538882/3f9b5c3e-c29a-11e5-84fc-c7ccedf1c46a.png )
Closes https://github.com/facebook/react-native/pull/5518
Reviewed By: svcscm
Differential Revision: D2861116
Pulled By: frantic
fb-gh-sync-id: 9a80eda6c844d066e34369b1cda503955171485b
2016-01-25 12:36:33 -08:00
Alex Kotliarskyi
be70e32de2
Generate bundle and assets when building via Xcode
...
Summary: This integrates React Native into Xcode's build process, which lets us automatically handle bundling and packaging image assets.
Tested the script via https://github.com/frantic/ReactNativeAssetsExample
Loaded from packager:
<img width="432" alt="screen shot 2015-10-19 at 3 11 12 pm" src="https://cloud.githubusercontent.com/assets/192222/10593447/be5bc7e8-7678-11e5-8c70-ecc2a1ee24fc.png ">
Loaded from offline bundle:
<img width="432" alt="screen shot 2015-10-19 at 3 10 58 pm" src="https://cloud.githubusercontent.com/assets/192222/10593448/be5d5194-7678-11e5-8b02-d492a26cfb81.png ">
Android:
<img width="639" alt="screen shot 2015-10-19 at 3 11 20 pm" src="https://cloud.githubusercontent.com/assets/192222/10593449/be5de2d0-7678-11e5-8d3c-0378fc447f15.png ">
Closes https://github.com/facebook/react-native/pull/3523
Reviewed By: mkonicek
Differential Revision: D2557923
Pulled By: frantic
fb-gh-sync-id: 19957e255993696e793b0162662772efd89f5c1a
2015-10-21 18:44:27 -07:00
Pieter De Baets
e7d833f2d9
Disable code stripping for DEBUG builds
2015-09-15 09:44:15 -07:00
Felix Oghină
f83675d191
[cli] convert project generation to use yeoman
2015-08-12 12:04:27 +01:00