-
Notifications
You must be signed in to change notification settings - Fork 193
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
Not run in simulator #457
Comments
Hi @ravipappyogi, it looks like that the linker is unable to find the definition of the Amplitude class in Objective-C. Could you check if you've followed the guides to install the dependency? |
Hello
Also, not showing any error while I connected the iPhone device and run on that. Only getting a fail while I am trying to run in the simulator. Undefined symbol: OBJC_CLASS$_Amplitude Please let us know if anything manually adds any dependency or if any linker flag needs to add to build settings. |
@ravipappyogi
Thanks. |
Hi @ravipappyogi , |
Hello @yuhao900914 Build Settings > Build Active Architecture Only > DEBUG = Yes Thanks |
When trying to run the application with Amplitude get the below error
Undefined symbol: OBJC_CLASS$_Amplitude
Expected Behavior
Should be run with the simulator
Current Behavior
Not able to run with the simulator
Possible Solution
The simulator getting fail but in iPhone device run properly.
Steps to Reproduce
Environment
Please help us to handle this error and make a runnable build on the iOS simulator.
The text was updated successfully, but these errors were encountered: