2017-10-18 77 views
0

插入Authorize.net接受SDK,我无法让项目运行。我用的CocoaPods拉库中的任何建议,将不胜感激,我伸出上周开发人员支持@ Authorize.net,但尚未收到的又一个响应:Authorize.net接受SDK将无法运行测试

以下是错误:

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 

回答

0

对此问题进行修复(得益于雇佣上upwork绅士)是删除从cocoaPod的SDK,然后打开总是包括生成设置中的swift库。用cocoa pod重新安装SDK并清理项目。然后奇迹般地工作。