-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error unknown option `--config-cmd' #46552
Comments
|
|
|
|
This PR should resolve the issue [#46495] and it is merged. If you want to build urgently, you can just copy the same in your local react-native. Hopefully, this fix will be present in the next release. |
namespace facebook { inline Value toValue(Runtime&, std::nullptr_t) { inline PropNameID toPropNameID(Runtime& runtime, const char* name) { /// Helper to throw while still compiling with exceptions turned off. } // namespace detail template inline Runtime::PointerValue* Runtime::getPointerValue(jsi::Pointer& pointer) { inline const Runtime::PointerValue* Runtime::getPointerValue( inline const Runtime::PointerValue* Runtime::getPointerValue( inline Value Object::getProperty(Runtime& runtime, const char* name) const { inline Value Object::getProperty(Runtime& runtime, const String& name) const { inline Value Object::getProperty(Runtime& runtime, const PropNameID& name) inline bool Object::hasProperty(Runtime& runtime, const char* name) const { inline bool Object::hasProperty(Runtime& runtime, const String& name) const { inline bool Object::hasProperty(Runtime& runtime, const PropNameID& name) template This memory leak is coming in jsi-inl file |
Is this related to the unknown option error? |
Memory leak is not related to this, also this solution is not there in 0.75.3, it will be there in the next release |
i has same problem --config-cmd solved |
I'm also still having this issue even after manually applying the fix. Anyone else still having XCode archive builds fail because of this? #46552 (comment) did not solve it for me |
Description
While I have upgraded to react-native 0.75.2 version i am facing issue regariding react-native-xcode.sh file
when i am running the application i get this error
error unknown option `--config-cmd'
my react-native-xcode.sh file below
Steps to reproduce
React Native Version
0.75.2
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/react-native-community/reproducer-react-native
Screenshots and Videos
The text was updated successfully, but these errors were encountered: