You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And for some reason, when trying to archive the PaymillSDK generates this:
Showing All Issues
ld: warning: ignoring file ~/project/Pods/PayMillSDK/samples/vouchermill/PayMillSDK/PayMillSDK.framework/PayMillSDK, file was built for archive which is not the architecture being linked (arm64): ~/project/Pods/PayMillSDK/samples/vouchermill/PayMillSDK/PayMillSDK.framework/PayMillSDK
Resulting in this:
Showing All Issues
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
i am just able to archive it.
there are two steps
1- Search if there is multiple sdk in your project(remove all)
2- Edit Pod file, remove sdk from pods as well,
the use pod 'PayMillSDK', '~> 2.2.0'
Hello,
I have installed the PaymillSDK with
pod 'PayMillSDK', :git=>'https://github.com/paymill/paymill-ios.git', :branch=>'master'
And for some reason, when trying to archive the PaymillSDK generates this:
Resulting in this:
Showing All Issues
The text was updated successfully, but these errors were encountered: