Closed hassan-shahbazi closed 1 year ago
hi, do you have some steps for me to reproduce?
can i just do a pod install with NinchatSDK?
hi, do you have some steps for me to reproduce?
To reproduce, just clone the repository, apply required changes to use zld
, run pod install
, and then run:
xcodebuild test -workspace NinchatSDKSwift.xcworkspace -scheme NinchatSDKSwiftTests "OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -fuse-ld=$(which zld)" -destination "platform=iOS Simulator,name=iPhone 8"
Description
When I set
-fuse-ld=<zld path>
as the linker flag for xcode, the project stops running unit tests. I use the following command to run tests over my projectBut I get the following error:
Full Log
This Github Action shows a complete log for the steps resulted in the mentioned issue.
zld Version
This is the output of
zld -v