ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.24k stars 429 forks source link

Fix not being able to archive #108

Closed matt-oakes closed 8 years ago

matt-oakes commented 8 years ago

Fixes #106.

This was actually fixed in the main React Native repo with the same commit about 2 weeks ago (https://github.com/facebook/react-native/commit/a5678983bb16ff48f91ed43caafba96ca322f7dc). It would be really useful if @ptmt could document the process for bringing in change from the forked repository so others can help keep it up to date 👍

ptmt commented 8 years ago

Sorry, I was out of the network. Thanks for PR, looks good!

ptmt commented 8 years ago

On the other hand, I guess we could fix the error in the first case. I'll take a look.