Authorize.net接受SDK将无法运行以进行测试

时间:2017-10-18 17:25:56

标签: ios iphone ios11 authorize.net xcode9

插入Authorize.net Accept SDK,我无法让项目运行。我使用cocoapods拉进了库。任何建议都会受到赞赏,我上周联系了Developer Support @ Authorize.net但尚未收到回复:

这是错误:

2017-10-15 09:35:43.555 uploadDSYM[40249:839157] Fabric.framework/run 1.4.1 (160)
2017-10-15 09:35:43.559 uploadDSYM[40249:839157] Launched uploader in validation mode
BUILT_PRODUCTS_DIR:     /Users/useruser/Library/Developer/Xcode/DerivedData/Unrapp-aiudzaxphrytyggfkouevyvzcbrb/Build/Products/Debug-iphonesimulator
FRAMEWORKS_FOLDER_PATH: ****.app/Frameworks
VALID_ARCHS: i386 x86_64
EXPANDED_CODE_SIGN_IDENTITY: -
Stripping frameworks
CFBundleSupportedPlatforms for ./AcceptSDK.framework/Info.plist
    Bundle Info: Array {
       iPhoneOS
}
Removing CFBundleSupportedPlatforms from framework plist: ./AcceptSDK.framework/Info.plist
Current architectures for file: ./AcceptSDK.framework/AcceptSDK
Architectures in the fat file: ./AcceptSDK.framework/AcceptSDK are: i386 x86_64 
Stripped ./AcceptSDK.framework/AcceptSDK of architectures:
Code Signing ./AcceptSDK.framework/AcceptSDK with Identity -
/usr/bin/codesign --force --sign - --preserve-   metadata=identifier,entitlements ./AcceptSDK.framework/AcceptSDK
./AcceptSDK.framework/AcceptSDK: replacing existing signature
CFBundleSupportedPlatforms for   ./AcceptSDK.framework/Frameworks/Info.plist
Bundle Info: File Doesn't Exist, Will Create: ./AcceptSDK.framework/Frameworks/Info.plist
Delete: Entry, ":CFBundleSupportedPlatforms", Does Not Exist
File Doesn't Exist, Will Create:  ./AcceptSDK.framework/Frameworks/Info.plist
Removing CFBundleSupportedPlatforms from framework plist: ./AcceptSDK.framework/Frameworks/Info.plist
Current architectures for file: ./AcceptSDK.framework/Frameworks/libswiftCore.dylib
Architectures in the fat file: ./AcceptSDK.framework/Frameworks/libswiftCore.dylib are: armv7 armv7s arm64 
fatal error: lipo: -remove's specified would result in an empty fat file
BUILT_PRODUCTS_DIR: /Users/useruser/Library/Developer/Xcode/DerivedData/****-aiudzaxphrytyggfkouevyvzcbrb/Build/Products/Debug-iphonesimulator
FRAMEWORKS_FOLDER_PATH: *****.app/Frameworks
VALID_ARCHS: i386 x86_64
EXPANDED_CODE_SIGN_IDENTITY: -
Stripping frameworks
CFBundleSupportedPlatforms for ./AcceptSDK.framework/Info.plist
Bundle Info: 
Current architectures for file: ./AcceptSDK.framework/AcceptSDK
Architectures in the fat file: ./AcceptSDK.framework/AcceptSDK are: i386 x86_64 
CFBundleSupportedPlatforms for ./AcceptSDK.framework/Frameworks/Info.plist
Bundle Info: 
Current architectures for file:   ./AcceptSDK.framework/Frameworks/libswiftCore.dylib
Architectures in the fat file: ./AcceptSDK.framework/Frameworks/libswiftCore.dylib are: arm64 
fatal error: lipo: -remove's specified would result in an empty fat file

更新 好的一直在争取这个,我能够通过在pod文件中明确声明IOS来构建项目。然而,现在,一旦它启动到手机,我收到以下错误:

dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/useruser/Library/Developer/CoreSimulator/Devices/008A‌​128C-8CDD-4BE5-BC15-‌​3C082CF03B73/data/Co‌​ntainers/Bundle/Appl‌​ication/E8C5A9DE-FDC‌​2-4C3E-A213-44F5842C‌​C9F6/*.app/Framework‌​s/AcceptSDK.framewor‌​k/AcceptSDK 
Reason: no suitable image found. Did find: /Users/useruser/Library/Developer/CoreSimulator/Devices/...‌​/data/Containers/Bun‌​dle/Application/E8C5‌​A9DE-FDC2-4C3E-A213-‌​44F5842CC9F6/*.app/F‌​rameworks/AcceptSDK.‌​framework/Frameworks‌​/libswiftCore.dylib: no matching architecture in universal wrapper

1 个答案:

答案 0 :(得分:0)

对此的修复(感谢聘请绅士上课)是从cocoaPod中删除SDK,然后在Build Settings中打开always include swift库。使用cocoa pod重新安装SDK并清理项目。然后神奇地工作了。