AMSMB2 icon indicating copy to clipboard operation
AMSMB2 copied to clipboard

Support for iOS Simulator on XCode 12 Beta

Open sabaatworld opened this issue 4 years ago • 2 comments

Seems like the iOS Simulator requires a different version of the bundled lib and hence fails with the following error:

ld: in /xyz/Projects/Xcode/MyProject/Pods/AMSMB2/libsmb2/lib/libsmb2-ios.a(libsmb2_la-libsmb2.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

sabaatworld avatar Aug 27 '20 01:08 sabaatworld

this work for me:

https://stackoverflow.com/a/63955114

image

SLboat avatar Apr 02 '22 10:04 SLboat

I am still having this issue. However, when following the solution from @SLboat I am able to build. But when I import AMSMB2, the build fails as the module can not be found.

Schloool avatar Aug 10 '22 07:08 Schloool

Support for M1 iOS Simulator added in #89

OmranK avatar May 04 '23 16:05 OmranK

Please use version 3.0.0

amosavian avatar Nov 15 '23 17:11 amosavian