You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jeffery812
changed the title
React-Native doesn't support the configurations other than "Debug" and "Release".
React-Native doesn't support the configurations other than "Debug" and "Release"??
Mar 10, 2017
jeffery812
changed the title
React-Native doesn't support the configurations other than "Debug" and "Release"??
'React/RCTRootView.h' file not found. React-Native doesn't support the configurations other than "Debug" and "Release"??
Mar 11, 2017
In my iOS project. I can build Debug and Release configurations, but for the other configurations, it always build with error:
when it built failed with "Test" configuration, I found these build logs:
We can see all are written to "Release-iphonesimulator" instead of "Test-iphonesimulator".
Then a added a configuration in React project .
https://i.stack.imgur.com/5v1Jn.jpg
Build my project again, Wow it works!
Is this a bug of React-Native?
Here is my React-Native version:
The text was updated successfully, but these errors were encountered: