videokit-ai / natshare

Cross-platform social sharing for Unity Engine.
https://github.com/natmlx/videokit
Apache License 2.0
134 stars 28 forks source link

Xcode linker issue with the bridge code #117

Closed subhamC closed 3 years ago

subhamC commented 3 years ago

Steps to repro

1.Include the natshare plugin 2.OnbuttonClick put share text code from the document

  1. build for xcode
  2. press product>build in Xcode IMG-20210414-WA0001
olokobayusuf commented 3 years ago

You are trying to compile for armv7 (32-bit) which is no longer supported. In build settings, set your iOS Deployment Target to iOS 11+.