Skip to content

Commit

Permalink
mobile/ios: Add note about linker flag to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 committed Feb 15, 2019
1 parent 256f92c commit 5a11ee1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mobile/ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ Since you added this line to your bridging header, it is already available to al

5. Check out the demo app to see how to use EntangledKit's methods

#### Troubleshooting
- If you see an error that includes something similar to `Undefined symbols for architecture x86_64:
"___gxx_personality_v0", referenced from:`, add `-lc++` to `Other Linker Flags` in the Build Settings of your target

0 comments on commit 5a11ee1

Please sign in to comment.