MeetYouDevs / cocoapods-imy-bin

1.05k stars 244 forks source link

plugin 'cocoapods-imy-bin'插件下 “UMCCommon”友盟第三方库编译无法通过 #135

Open iOSRG opened 3 years ago

iOSRG commented 3 years ago

在podfile中导入plugin 'cocoapods-imy-bin', 执行pod install 安装友盟第三方库,编译无法通过

source 'https://github.com/CocoaPods/Specs.git'
plugin 'cocoapods-imy-bin'
platform :ios, '9.0'

target 'TEST02' do

    pod 'UMCCommon','2.1.1'
end
sent 5875980 bytes  received 94 bytes  11752148.00 bytes/sec
total size is 5874904  speedup is 1.00
Destination binary is symlinked...
Code Signing /Users/dream/Library/Developer/Xcode/DerivedData/TEST02-dkkctvkrcomipcakiusxjzgakaoq/Build/Products/Debug-iphonesimulator/TEST02.app/Frameworks/UMCommon.framework with Identity -
/usr/bin/codesign --force --sign -  --preserve-metadata=identifier,entitlements '/Users/dream/Library/Developer/Xcode/DerivedData/TEST02-dkkctvkrcomipcakiusxjzgakaoq/Build/Products/Debug-iphonesimulator/TEST02.app/Frameworks/UMCommon.framework'
/Users/dream/Library/Developer/Xcode/DerivedData/TEST02-dkkctvkrcomipcakiusxjzgakaoq/Build/Products/Debug-iphonesimulator/TEST02.app/Frameworks/UMCommon.framework: bundle format unrecognized, invalid, or unsuitable
Command PhaseScriptExecution failed with a nonzero exit code

主要错误

UMCommon.framework: bundle format unrecognized, invalid, or unsuitable
Command PhaseScriptExecution failed with a nonzero exit code