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
Is this a support request?
This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem you are having is specifically related to the SDK, or to the LaunchDarkly service overall, it may be more appropriate to contact the LaunchDarkly support team; they can help to investigate the problem and will consult the SDK team if necessary. You can submit a support request by going here and clicking "submit a request", or by emailing [email protected].
Note that issues filed on this issue tracker are publicly accessible. Do not provide any private account information on your issues. If your problem is specific to your account, you should submit a support request as described above.
Expected behavior
A clear and concise description of what you expected to happen.
Logs
If applicable, add any log output related to your problem.
SDK version
The version of this SDK that you are using.
3.0.0-beta.2 & 3.0.0-beta.3
Language version, developer tools
For instance, Go 1.11 or Ruby 2.5.3. If you are using a language that requires a separate compiler, such as C, please include the name and version of the compiler too.
OS/platform
For instance, Ubuntu 16.04, Windows 10, or Android 4.0.3. If your code is running in a browser, please also include the browser type and version.
Trying to build for iPhone simulator
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Is this a support request?
This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem you are having is specifically related to the SDK, or to the LaunchDarkly service overall, it may be more appropriate to contact the LaunchDarkly support team; they can help to investigate the problem and will consult the SDK team if necessary. You can submit a support request by going here and clicking "submit a request", or by emailing [email protected].
Note that issues filed on this issue tracker are publicly accessible. Do not provide any private account information on your issues. If your problem is specific to your account, you should submit a support request as described above.
Describe the bug
Having issues building React Native app in XCode 10.1. Followed the steps in the SDK reference here: https://docs.launchdarkly.com/docs/react-native-sdk-reference
The errors that XCode is throwing include:
missing required module 'SwiftShims'
(Launch Darkly RN Client)Command MergeSwiftModule failed
(Launch Darkly)To reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Logs
If applicable, add any log output related to your problem.
SDK version
The version of this SDK that you are using.
3.0.0-beta.2 & 3.0.0-beta.3
Language version, developer tools
For instance, Go 1.11 or Ruby 2.5.3. If you are using a language that requires a separate compiler, such as C, please include the name and version of the compiler too.
OS/platform
For instance, Ubuntu 16.04, Windows 10, or Android 4.0.3. If your code is running in a browser, please also include the browser type and version.
Trying to build for iPhone simulator
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: