yasirkula / UnityNativeShare

A Unity plugin to natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS
MIT License
891 stars 131 forks source link

Cloud Build, IOS, ARMV7 #69

Closed brockw closed 4 years ago

brockw commented 4 years ago

Getting undefined symbols in Unity cloud build but not when doing manual build on my personal mac.

28175: ▸ ❌; Undefined symbols for architecture armv7 28176: ▸ > Symbol: NativeShare_Share 28177: ▸ > Referenced from: _NativeShareNativeShare_Share_mFF6BCC1EE7AEBE05698193515F66A3C681B20B46 in Assembly-CSharp-firstpass.o 28178: ▸ ❌; ld: symbol(s) not found for architecture armv7 28179: ▸ ❌; clang: error: linker command failed with exit code 1 (use -v to see invocation)

brockw commented 4 years ago

Never mind, I think it is a git issue