深井冰_01
深井冰_01
  • 发布:2014-11-28 14:56
  • 更新:2024-03-21 11:44
  • 阅读:195098

App云端打包失败常见问题汇总

分类:HBuilder

用户在使用在线打包功能打包时可能遇到打包失败的问题,本文主要描述集中常见的问题用户可以对照排除打包常见的错误。

##Android云端打包
###错误原因:图片格式不对,应用图标和启动图片都要求png格式,其它格式(如jpg)会报错。
解决方法:请检查应用的图标是否有格式问题,严格按照指定的尺寸使用png格式提交打包。
图标文件和启动图片都需要png格式的图片,用户可以根据HBuilder提示添加指定尺寸的图片或者通过修改manifest文件修改图片的因引用,具体修改方式可参考

务必注意不能把jpg等文件改名为png来使用。
打包后如果图标不变化,可能是因为缓存,重启下手机试试。

###错误原因:应用名称中包含特殊字符如“@”等
解决方法:修改应用名称,去掉特殊字符

###错误原因:打包后APP空白
解决方法:(1)请检查应用的appid是否被修改,


注意此appid并非是包名,如果修改了,可以新建一个app项目复制其appid即可
####(2)由于特殊字符导致解析失败
检查文件夹是否有特殊字符

##ios云端打包

用户在选择“appstore专用”选项打非越狱包时可能遇到如下问题。

###1. 配置的profile(.mobileprovision)文件不正确
错误日志

Error reading S/MIME message   
64601:error:0D07207B:asn1 encoding routines:ASN1_get_object:header too long:/SourceCache/OpenSSL098/OpenSSL098-52.30.1/src/crypto/asn1/asn1_lib.c:153:   
BuildConfigure Failed 31013 mobileprovision 不合法

解决方法:

请参考http://ask.dcloud.net.cn/article/152教程生成正确的profile(.mobileprovision)文件

###2. 配置的证书(.p12)文件无效或者输入的证书密码错误

/usr/bin/security delete-certificate -c ""   
Unable to delete certificate matching ""   
BuildConfigure Failed 31011 无法获取p12证书的Team标识

解决方法:
这是因为p12文件中没有包含有效的证书内容,可以双击导入到系统证书库中,如果能正确导入则说明证书有效,Window系统会提示“指定的文件为空”。

用户打包是需要保证红框内的证书和绿框内密码相匹配,否则打包会失败

请参考http://ask.dcloud.net.cn/article/152教程导出正确的私钥(.p12)文件

###3. 配置的APPID(bundle identifier)与profile(.mobileprovision)文件中包含的不一致

BuildConfigure Failed 31015 编译错误   
xcode build 开始  
----------------------------------------------------------------------  
Check dependencies   
Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“TTTTTT”) has an AppID of “yy.yyy.YYYYYY” which does not match your bundle identifier “xx.xxx.XXXXXX”.   
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.1'   
** BUILD FAILED **  
The following build commands failed:   
Check dependencies   
(1 failure)

解决方法:
修改打包应用的APPID和profile文件一致即可

用户要保证提交的profile文件指定的appid和红框内的appid保持一致否则打包会失败

其中xx.xxx.XXXXXX为打包时配置的,而yy.yyy.YYYYYY为profile(.mobileprovision)文件中包含的。

###4. 配置的证书(.p12)与profile(.mobileprovision)文件不区配

BuildConfigure Failed 31015 编译错误   
xcode build 开始  
----------------------------------------------------------------------  
Check dependencies   
Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“TTTTTT”) were found.   
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.4'   
** BUILD FAILED **   
The following build commands failed:   
Check dependencies   
(1 failure)  
以及:  
/usr/bin/codesign --force --sign 128F9389E0B05671B3334551D3E46A04FDD716B2 --resource-rules=安装包制作目录build/Release-iphoneos/DCloud_Pandora.app/ResourceRules.plist --entitlements 安装包制作目录build/Pandora.build/Release-iphoneos/Pandora.build/DCloud_Pandora.app.xcent 安装包制作目录build/Release-iphoneos/DCloud_Pandora.app  
Warning: --resource-rules has been deprecated in Mac OS X >= 10.10!  
128F9389E0B05671B3334551D3E46A04FDD716B2: no identity found  
Command /usr/bin/codesign failed with exit code 1  

解决方法:
请参考http://ask.dcloud.net.cn/article/152教程导出正确的私钥(.p12)文件

###5. 提示doesn't support the Push Notifications capability错误

BuildConfigure Failed 31015 编译错误  
  
xcode build 开始  
  
// ...  
=== BUILD TARGET Pandora OF PROJECT Pandora WITH THE DEFAULT CONFIGURATION (Release) ===  
  
Check dependencies  
Provisioning profile "XXXXXXXX" doesn't support the Push Notifications capability.  
Provisioning profile "XXXXXXXX" doesn't include the aps-environment entitlement.  
Code signing is required for product type 'Application' in SDK 'iOS 10.0'  
  
  
** BUILD FAILED **  
  
  
The following build commands failed:  
	Check dependencies  
(1 failure)  

解决方法:
请参考http://ask.dcloud.net.cn/article/1088

如用户遇到打包问题按照以上方法无法排除请联系管理员

4 关注 分享
XIAOXUAN Trust x***@163.com skysowe

要回复文章请先登录注册

曲浩

曲浩

Appid: __UNI__5ECCFF6
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk iphoneos13.7 -project /Users/seaman安装包制作目录/HBuilder.xcodeproj

Build settings from command line:
SDKROOT = iphoneos13.7

note: Using new build system
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/seaman安装包制作目录/build (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
builtin-create-build-directory /Users/seaman安装包制作目录/build

MkDir /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
/bin/mkdir -p /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app

ProcessProductPackaging /Users/seaman/Library/MobileDevice/Provisioning\\ Profiles/92408ab3-fb9c-4424-9924-fd379f45e9b0.mobileprovision /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/embedded.mobileprovision (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
builtin-productPackagingUtility /Users/seaman/Library/MobileDevice/Provisioning\\ Profiles/92408ab3-fb9c-4424-9924-fd379f45e9b0.mobileprovision -o /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/embedded.mobileprovision

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources/Entitlements.plist (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources/Entitlements.plist

ProcessProductPackaging \"\" /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder.app.xcent (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录


Entitlements:

{
\"application-identifier\" = \"D4BY55C7PH.com.jyk\";
\"beta-reports-active\" = 1;
\"com.apple.developer.team-identifier\" = D4BY55C7PH;
\"get-task-allow\" = 0;
} builtin-productPackagingUtility -entitlements -format xml -o /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder.app.xcent

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/all-product-headers.yaml (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-project-headers.hmap (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-project-headers.hmap

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder.hmap (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder.hmap

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-own-target-headers.hmap (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-own-target-headers.hmap

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-all-target-headers.hmap (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-all-target-headers.hmap

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-all-non-framework-target-headers.hmap (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-all-non-framework-target-headers.hmap

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-generated-files.hmap (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-generated-files.hmap

CompileC /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/main.o /Users/seaman安装包制作目录/HBuilder/source/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios9.0 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules -gmodules -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/folders/70/4gs68nw96n10qs7r2dwn7_vm0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -iquote /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-generated-files.hmap -I/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-own-target-headers.hmap -I/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-all-target-headers.hmap -iquote /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-project-headers.hmap -I/Users/seaman安装包制作目录/build/Release-iphoneos/include -I/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources-normal/arm64 -I/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources/arm64 -I/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources -F/Users/seaman安装包制作目录/build/Release-iphoneos -F/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal -F/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal -MMD -MT dependencies -MF /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/main.d --serialize-diagnostics /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/main.dia -c /Users/seaman安装包制作目录/HBuilder/source/main.m -o /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/main.o

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/HBuilder.LinkFileList (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/HBuilder.LinkFileList

CompileC /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/main.o /Users/seaman安装包制作目录/HBuilder/source/main.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target armv7-apple-ios9.0 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules -gmodules -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/folders/70/4gs68nw96n10qs7r2dwn7_vm0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -iquote /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-generated-files.hmap -I/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-own-target-headers.hmap -I/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-all-target-headers.hmap -iquote /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-project-headers.hmap -I/Users/seaman安装包制作目录/build/Release-iphoneos/include -I/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources-normal/armv7 -I/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources/armv7 -I/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources -F/Users/seaman安装包制作目录/build/Release-iphoneos -F/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal -F/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal -MMD -MT dependencies -MF /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/main.d --serialize-diagnostics /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/main.dia -c /Users/seaman安装包制作目录/HBuilder/source/main.m -o /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/main.o

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/HBuilder.LinkFileList (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/HBuilder.LinkFileList

Ld /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/Binary/HBuilder normal arm64 (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-ios9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk -L/Users/seaman安装包制作目录/build/Release-iphoneos -L/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal -F/Users/seaman安装包制作目录/build/Release-iphoneos -F/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal -F/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal -filelist /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/HBuilder.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/HBuilder_lto.o -fobjc-arc -fobjc-link-runtime -ObjC -llibAdSupport -llibLoader -llibPDRCore -lcoreSupport -llibAccelerometer -lopencore-amrnb -lmp3lame -llibMedia -llibCache -llibCrypt -llibLog -llibIO -llibPGInvocation -llibNativeObj -llibNativeUI -llibNavigator -llibOrientation -llibPGProximity -llibStorage -llibUI -llibXHR -llibZip -llibBarcode -lDCUniZXing -llibCamera -llibGeolocation -lBaiduKeyVerify -lssl -lcrypto -lDCUniBarcode -llibVideo -lDCUniVideo -llibPayment -llibShare -llibLivePush -lDCUniGPUImage -lDCUniLivePush -llibWeex -lSDWebImage -lUniAD -lUniADWeex -lweixinShare -lwxpay -lWeChatSDK_pay -lIAPPay -lalixpayment -weak_framework AdSupport -weak_framework AssetsLibrary -weak_framework AddressBook -weak_framework AddressBookUI -weak_framework AudioToolbox -weak_framework AVFoundation -weak_framework BaiduMapAPI_Base -weak_framework BaiduMapAPI_Location -weak_framework BaiduMapAPI_Search -weak_framework CFNetwork -weak_framework CoreFoundation -weak_framework CoreMotion -weak_framework CoreGraphics -weak_framework CoreLocation -weak_framework CoreMedia -weak_framework CoreTelephony -weak_framework CoreText -weak_framework CoreVideo -weak_framework Foundation -weak_framework ImageIO -weak_framework JavaScriptCore -weak_framework MobileCoreServices -weak_framework MediaPlayer -weak_framework Photos -weak_framework QuartzCore -weak_framework QuickLook -weak_framework Security -weak_framework storage -weak_framework SystemConfiguration -weak_framework UIKit -weak_framework UserNotifications -weak_framework WebKit -lc++ -lz -lxml2 -lsqlite3 -lbz2 -weak_framework VideoToolbox -weak_framework DCUniVideoPublic -weak_framework IJKMediaFramework -weak_framework OpenGLES -weak_framework Accelerate -liconv -licucore -weak_framework StoreKit -weak_framework AlipaySDK -framework UPLiveSDKDll -Xlinker -dependency_info -Xlinker /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/HBuilder_dependency_info.dat -o /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/Binary/HBuilder
ld: warning: arm64 function not 4-byte aligned: _ffi_call_SYSV from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibPGInvocation.a(sysv_arm64.o)
ld: warning: arm64 function not 4-byte aligned: _ffi_closure_SYSV from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibPGInvocation.a(sysv_arm64.o)
ld: warning: instance method 'setVideoOrientation:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibBarcode.a(PGBarcodeCapture.o) conflicts with same method from another category
ld: warning: meta method 'getViewByRef:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'removeScrollDelegate:source:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'addScrollDelegate:source:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'getPanGestureForSource:callback:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'factor' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'execute:to:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'performBlockOnMainThread:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'performBlockOnBridgeThread:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: instance method 'isDirectionRTL' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(WXComponent+Layout.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(WXComponent.o)

Ld /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/Binary/HBuilder normal armv7 (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target armv7-apple-ios9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk -L/Users/seaman安装包制作目录/build/Release-iphoneos -L/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal -F/Users/seaman安装包制作目录/build/Release-iphoneos -F/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal -F/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal -filelist /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/HBuilder.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/HBuilder_lto.o -fobjc-arc -fobjc-link-runtime -ObjC -llibAdSupport -llibLoader -llibPDRCore -lcoreSupport -llibAccelerometer -lopencore-amrnb -lmp3lame -llibMedia -llibCache -llibCrypt -llibLog -llibIO -llibPGInvocation -llibNativeObj -llibNativeUI -llibNavigator -llibOrientation -llibPGProximity -llibStorage -llibUI -llibXHR -llibZip -llibBarcode -lDCUniZXing -llibCamera -llibGeolocation -lBaiduKeyVerify -lssl -lcrypto -lDCUniBarcode -llibVideo -lDCUniVideo -llibPayment -llibShare -llibLivePush -lDCUniGPUImage -lDCUniLivePush -llibWeex -lSDWebImage -lUniAD -lUniADWeex -lweixinShare -lwxpay -lWeChatSDK_pay -lIAPPay -lalixpayment -weak_framework AdSupport -weak_framework AssetsLibrary -weak_framework AddressBook -weak_framework AddressBookUI -weak_framework AudioToolbox -weak_framework AVFoundation -weak_framework BaiduMapAPI_Base -weak_framework BaiduMapAPI_Location -weak_framework BaiduMapAPI_Search -weak_framework CFNetwork -weak_framework CoreFoundation -weak_framework CoreMotion -weak_framework CoreGraphics -weak_framework CoreLocation -weak_framework CoreMedia -weak_framework CoreTelephony -weak_framework CoreText -weak_framework CoreVideo -weak_framework Foundation -weak_framework ImageIO -weak_framework JavaScriptCore -weak_framework MobileCoreServices -weak_framework MediaPlayer -weak_framework Photos -weak_framework QuartzCore -weak_framework QuickLook -weak_framework Security -weak_framework storage -weak_framework SystemConfiguration -weak_framework UIKit -weak_framework UserNotifications -weak_framework WebKit -lc++ -lz -lxml2 -lsqlite3 -lbz2 -weak_framework VideoToolbox -weak_framework DCUniVideoPublic -weak_framework IJKMediaFramework -weak_framework OpenGLES -weak_framework Accelerate -liconv -licucore -weak_framework StoreKit -weak_framework AlipaySDK -framework UPLiveSDKDll -Xlinker -dependency_info -Xlinker /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/HBuilder_dependency_info.dat -o /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/Binary/HBuilder
ld: warning: instance method 'setVideoOrientation:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibBarcode.a(PGBarcodeCapture.o) conflicts with same method from another category
ld: warning: meta method 'getViewByRef:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'removeScrollDelegate:source:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'addScrollDelegate:source:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'getPanGestureForSource:callback:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'factor' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'execute:to:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'performBlockOnMainThread:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: meta method 'performBlockOnBridgeThread:' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility+WX.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(EBUtility.o)
ld: warning: instance method 'isDirectionRTL' in category from /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(WXComponent+Layout.o) overrides method from class in /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal/liblibWeex.a(WXComponent.o)

CreateUniversalBinary /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/HBuilder normal armv7\\ arm64 (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/Binary/HBuilder /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/Binary/HBuilder -output /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/HBuilder

CpResource /Users/seaman安装包制作目录/HBuilder/control.xml /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/control.xml (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/seaman安装包制作目录/HBuilder/control.xml /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app

CpResource /Users/seaman安装包制作目录/HBuilder/Pandora /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/Pandora (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/seaman安装包制作目录/HBuilder/Pandora /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app

CopyStringsFile /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/zh-Hans.lproj/Localizable.strings /Users/seaman安装包制作目录/HBuilder/zh-Hans.lproj/Localizable.strings (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
builtin-copyStrings --validate --outputencoding binary --outdir /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/zh-Hans.lproj -- /Users/seaman安装包制作目录/HBuilder/zh-Hans.lproj/Localizable.strings
note: detected encoding of input file as Unicode (UTF-8) (in target 'HBuilder' from project 'HBuilder')

CopyStringsFile /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/en.lproj/InfoPlist.strings /Users/seaman安装包制作目录/HBuilder/en.lproj/InfoPlist.strings (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
builtin-copyStrings --validate --outputencoding binary --outdir /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/en.lproj -- /Users/seaman安装包制作目录/HBuilder/en.lproj/InfoPlist.strings
note: detected encoding of input file as Unicode (UTF-8) (in target 'HBuilder' from project 'HBuilder')

CopyPNGFile /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/logo@3x.png /Users/seaman安装包制作目录/HBuilder/logo@3x.png (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk
export TOOLCHAINS=
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/seaman安装包制作目录/HBuilder/logo@3x.png /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/logo@3x.png

CopyStringsFile /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/zh-Hans.lproj/InfoPlist.strings /Users/seaman安装包制作目录/HBuilder/zh-Hans.lproj/InfoPlist.strings (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
builtin-copyStrings --validate --outputencoding binary --outdir /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/zh-Hans.lproj -- /Users/seaman安装包制作目录/HBuilder/zh-Hans.lproj/InfoPlist.strings
note: detected encoding of input file as Unicode (UTF-8) (in target 'HBuilder' from project 'HBuilder')

CopyPNGFile /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/logo@2x.png /Users/seaman安装包制作目录/HBuilder/logo@2x.png (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk
export TOOLCHAINS=
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/seaman安装包制作目录/HBuilder/logo@2x.png /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/logo@2x.png

CopyStringsFile /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/en.lproj/Localizable.strings /Users/seaman安装包制作目录/HBuilder/en.lproj/Localizable.strings (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
builtin-copyStrings --validate --outputencoding binary --outdir /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/en.lproj -- /Users/seaman安装包制作目录/HBuilder/en.lproj/Localizable.strings
note: detected encoding of input file as Unicode (UTF-8) (in target 'HBuilder' from project 'HBuilder')

CompileStoryboard /Users/seaman安装包制作目录/HBuilder/Base.lproj/LaunchScreenAD.storyboard (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module HBuilder --output-partial-info-plist /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Base.lproj/LaunchScreenAD-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --minimum-deployment-target 9.0 --output-format human-readable-text --compilation-directory /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Base.lproj /Users/seaman安装包制作目录/HBuilder/Base.lproj/LaunchScreenAD.storyboard

CompileStoryboard /Users/seaman安装包制作目录/HBuilder/Base.lproj/LaunchScreen.storyboard (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module HBuilder --output-partial-info-plist /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Base.lproj/LaunchScreen-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --minimum-deployment-target 9.0 --output-format human-readable-text --compilation-directory /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Base.lproj /Users/seaman安装包制作目录/HBuilder/Base.lproj/LaunchScreen.storyboard

CompileAssetCatalog /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app /Users/seaman安装包制作目录/HBuilder/Assets.xcassets (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
/Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/assetcatalog_dependencies --output-partial-info-plist /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/assetcatalog_generated_info.plist --app-icon AppIcon --compress-pngs --enable-on-demand-resources YES --sticker-pack-identifier-prefix com.jyk.sticker-pack. --development-region en --target-device iphone --minimum-deployment-target 9.0 --platform iphoneos --product-type com.apple.product-type.application --compile /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app /Users/seaman安装包制作目录/HBuilder/Assets.xcassets
2020-10-15 20:18:34.783 ibtoold[54729:1647090] DEBUG: Added to environment: {
TMPDIR = \"/var/folders/70/4gs68nw96n10qs7r2dwn7_vm0000gn/T/1D0261C2-B313-45BA-A70C-1E6FC6A619F7\";
}
/* com.apple.actool.document.warnings */
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][29x29][][][1x][][]: warning: The file \"icon29-settings-ipad.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][40x40][][][2x][][]: warning: The file \"icon80-spotlight-ipad@2x.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][76x76][][][1x][][]: warning: The file \"icon76-app-ipad.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][20x20][][][1x][][]: warning: The file \"icon20-notification-ipad.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][29x29][][][2x][][]: warning: The file \"icon58-settings-ipad@2x.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][76x76][][][2x][][]: warning: The file \"icon152-app-ipad@2x.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][20x20][][][2x][][]: warning: The file \"icon40-notification-ipad@2x.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][40x40][][][1x][][]: warning: The file \"icon40-spotlight-ipad.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][83.5x83.5][][][2x][][]: warning: The file \"icon167-app-ipadpro@2x.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][20x20][][][2x][][]: warning: The file \"icon40-notification-ipad@2x.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][29x29][][][1x][][]: warning: The file \"icon29-settings-ipad.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][29x29][][][2x][][]: warning: The file \"icon58-settings-ipad@2x.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][40x40][][][1x][][]: warning: The file \"icon40-spotlight-ipad.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][76x76][][][1x][][]: warning: The file \"icon76-app-ipad.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][76x76][][][2x][][]: warning: The file \"icon152-app-ipad@2x.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][83.5x83.5][][][2x][][]: warning: The file \"icon167-app-ipadpro@2x.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][40x40][][][2x][][]: warning: The file \"icon80-spotlight-ipad@2x.png\" for the image set \"AppIcon\" does not exist.
/Users/seaman安装包制作目录/HBuilder/Assets.xcassets:./AppIcon.appiconset/[][ipad][20x20][][][1x][][]: warning: The file \"icon20-notification-ipad.png\" for the image set \"AppIcon\" does not exist.
/* com.apple.actool.compilation-results */
/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/AppIcon20x20@2x.png
/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/AppIcon20x20@3x.png
/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/AppIcon29x29@2x.png
/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/AppIcon29x29@3x.png
/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/AppIcon40x40@2x.png
/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/AppIcon40x40@3x.png
/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/AppIcon60x60@2x.png
/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/AppIcon60x60@3x.png
/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/Assets.car
/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/assetcatalog_generated_info.plistLinkStoryboards (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module HBuilder --target-device iphone --minimum-deployment-target 9.0 --output-format human-readable-text --link /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Base.lproj/LaunchScreen.storyboardc /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Base.lproj/LaunchScreenAD.storyboardc

ProcessInfoPlistFile /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/Info.plist /Users/seaman安装包制作目录/HBuilder/Info.plist (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
builtin-infoPlistUtility /Users/seaman安装包制作目录/HBuilder/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Base.lproj/LaunchScreen-SBPartialInfo.plist -additionalcontentfile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Base.lproj/LaunchScreenAD-SBPartialInfo.plist -additionalcontentfile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/assetcatalog_generated_info.plist -o /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/Info.plist

WriteAuxiliaryFile /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Script-2F232A8A21D32C0900E8512C.sh (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
write-file /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Script-2F232A8A21D32C0900E8512C.sh

PhaseScriptExecution Run\\ Script /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Script-2F232A8A21D32C0900E8512C.sh (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=NO
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=seaman
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export APPLY_RULES_IN_COPY_HEADERS=NO
export ARCHS=\"armv7 arm64\"
export ARCHS_STANDARD=\"armv7 arm64\"
export ARCHS_STANDARD_32_64_BIT=\"armv7 arm64\"
export ARCHS_STANDARD_32_BIT=armv7
export ARCHS_STANDARD_64_BIT=arm64
export ARCHS_STANDARD_INCLUDING_64_BIT=\"armv7 arm64\"
export ARCHS_UNIVERSAL_IPHONE_OS=\"armv7 arm64\"
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export AVAILABLE_PLATFORMS=\"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator\"
export AppIdentifierPrefix=D4BY55C7PH.
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS=\"headers build\"
export BUILD_DIR=/Users/seaman安装包制作目录/build
export BUILD_LIBRARY_FOR_DISTRIBUTION=NO
export BUILD_ROOT=/Users/seaman安装包制作目录/build
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/seaman安装包制作目录/build/Release-iphoneos
export BUNDLE_CONTENTS_FOLDER_PATH_deep=Contents/
export BUNDLE_EXECUTABLE_FOLDER_NAME_deep=MacOS
export BUNDLE_FORMAT=shallow
export BUNDLE_FRAMEWORKS_FOLDER_PATH=Frameworks
export BUNDLE_PLUGINS_FOLDER_PATH=PlugIns
export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH=PrivateHeaders
export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH=Headers
export CACHE_ROOT=/var/folders/70/4gs68nw96n10qs7r2dwn7_vm0000gn/C/com.apple.DeveloperTools/11.7-11E801a/Xcode
export CCHROOT=/var/folders/70/4gs68nw96n10qs7r2dwn7_vm0000gn/C/com.apple.DeveloperTools/11.7-11E801a/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED=YES
export CLANG_ANALYZER_NONNULL=YES
export CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION=YES_AGGRESSIVE
export CLANG_CXX_LANGUAGE_STANDARD=gnu++14
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_ENABLE_OBJC_WEAK=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/var/folders/70/4gs68nw96n10qs7r2dwn7_vm0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_DOCUMENTATION_COMMENTS=YES
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNGUARDED_AVAILABILITY=YES_AGGRESSIVE
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
export CODE_SIGN_ENTITLEMENTS=HBuilder/HBuilder.entitlements
export CODE_SIGN_IDENTITY=\"Apple Distribution: Beijing Jiyikao Education Technology Co., Ltd (D4BY55C7PH)\"
export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
export CODE_SIGN_STYLE=Manual
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/seaman安装包制作目录/build/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Release
export CONFIGURATION_BUILD_DIR=/Users/seaman安装包制作目录/build/Release-iphoneos
export CONFIGURATION_TEMP_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos
export CONTENTS_FOLDER_PATH=HBuilder.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk
export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator13.7
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=undefined_arch
export CURRENT_VARIANT=normal
export CUSTOME_ARCHS=\"arm64 arm64e armv7 armv7s x86_64\"
export CUSTOME_EMBED_SWIFT=NO
export CUSTOME_LDFLAGS=\"-llibAdSupport -llibLoader -llibPDRCore -lcoreSupport -llibAccelerometer -lopencore-amrnb -lmp3lame -llibMedia -llibCache -llibCrypt -llibLog -llibIO -llibPGInvocation -llibNativeObj -llibNativeUI -llibNavigator -llibOrientation -llibPGProximity -llibStorage -llibUI -llibXHR -llibZip -llibBarcode -lDCUniZXing -llibCamera -llibGeolocation -lBaiduKeyVerify -lssl -lcrypto -lDCUniBarcode -llibVideo -lDCUniVideo -llibPayment -llibShare -llibLivePush -lDCUniGPUImage -lDCUniLivePush -llibWeex -lSDWebImage -lUniAD -lUniADWeex -lweixinShare -lwxpay -lWeChatSDK_pay -lIAPPay -lalixpayment -weak_framework AdSupport -weak_framework AssetsLibrary -weak_framework AddressBook -weak_framework AddressBookUI -weak_framework AudioToolbox -weak_framework AVFoundation -weak_framework BaiduMapAPI_Base -weak_framework BaiduMapAPI_Location -weak_framework BaiduMapAPI_Search -weak_framework CFNetwork -weak_framework CoreFoundation -weak_framework CoreMotion -weak_framework CoreGraphics -weak_framework CoreLocation -weak_framework CoreMedia -weak_framework CoreTelephony -weak_framework CoreText -weak_framework CoreVideo -weak_framework Foundation -weak_framework ImageIO -weak_framework JavaScriptCore -weak_framework MobileCoreServices -weak_framework MediaPlayer -weak_framework Photos -weak_framework QuartzCore -weak_framework QuickLook -weak_framework Security -weak_framework storage -weak_framework SystemConfiguration -weak_framework UIKit -weak_framework UserNotifications -weak_framework WebKit -lc++ -lz -lxml2 -lsqlite3 -lbz2 -weak_framework VideoToolbox -weak_framework DCUniVideoPublic -weak_framework IJKMediaFramework -weak_framework OpenGLES -weak_framework Accelerate -liconv -licucore -weak_framework StoreKit -weak_framework AlipaySDK -framework UPLiveSDKDll\"
export CUSTOME_SEARCH_PATHS=/Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min=
export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_version_min
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES=\"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 13.7\"
export DERIVED_FILES_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources
export DERIVED_FILE_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/DerivedSources
export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER=NO
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=en
export DEVELOPMENT_TEAM=D4BY55C7PH
export DOCUMENTATION_FOLDER_PATH=HBuilder.app/en.lproj/Documentation
export DONT_GENERATE_INFOPLIST_FILE=NO
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/HBuilder.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=HBuilder.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/seaman安装包制作目录/build/Release-iphoneos
export EFFECTIVE_PLATFORM_NAME=-iphoneos
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBEDDED_PROFILE_NAME=embedded.mobileprovision
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HARDENED_RUNTIME=NO
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_NS_ASSERTIONS=NO
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_PREVIEWS=NO
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=NO
export ENABLE_TESTING_SEARCH_PATHS=NO
export ENTITLEMENTS_ALLOWED=YES
export ENTITLEMENTS_DESTINATION=Signature
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=\".DS_Store .svn .git .hg CVS\"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES=\"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj\"
export EXECUTABLES_FOLDER_PATH=HBuilder.app/Executables
export EXECUTABLE_FOLDER_PATH=HBuilder.app
export EXECUTABLE_NAME=HBuilder
export EXECUTABLE_PATH=HBuilder.app/HBuilder
export EXPANDED_CODE_SIGN_IDENTITY=027F554850F0D7F9057546C7E6C9034FB0680072
export EXPANDED_CODE_SIGN_IDENTITY_NAME=\"Apple Distribution: Beijing Jiyikao Education Technology Co., Ltd (D4BY55C7PH)\"
export EXPANDED_PROVISIONING_PROFILE=92408ab3-fb9c-4424-9924-fd379f45e9b0
export FILE_LIST=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/FixedFiles
export FRAMEWORKS_FOLDER_PATH=HBuilder.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS=\"/Users/seaman安装包制作目录/build/Release-iphoneos /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal\"
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=HBuilder.app
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu11
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_PFE_FILE_C_DIALECTS=\"c objective-c c++ objective-c++\"
export GCC_SYMBOLS_PRIVATE_EXTERN=YES
export GCC_THUMB_SUPPORT=YES
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS=\"/Users/seaman安装包制作目录/build/Release-iphoneos/include \"
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/seaman
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=HBuilder/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=HBuilder.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=HBuilder.app/en.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/HBuilder.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=seaman
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/HBuilder.dst
export IPHONEOS_DEPLOYMENT_TARGET=9.0
export JAVAC_DEFAULT_FLAGS=\"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8\"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=HBuilder.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS=\"+E +OLDCSO\"
export KASAN_DEFAULT_CFLAGS=\"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow\"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/undefined_arch/HBuilder_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/HBuilder-LinkMap-normal-undefined_arch.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=\" @executable_path/Frameworks\"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS=\"/Users/seaman安装包制作目录/build/Release-iphoneos /Users/seaman/srv/io.dcloud.package/ios/source/libs/Universal\"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_arm64=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/HBuilder.LinkFileList
export LINK_FILE_LIST_normal_armv7=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/HBuilder.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LLVM_TARGET_TRIPLE_OS_VERSION=ios9.0
export LLVM_TARGET_TRIPLE_VENDOR=apple
export LOCALIZED_RESOURCES_FOLDER_PATH=HBuilder.app/en.lproj
export LOCALIZED_STRING_MACRO_NAMES=\"NSLocalizedString CFCopyLocalizedString\"
export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=/Users/seaman安装包制作目录
export LOCSYMROOT=/Users/seaman安装包制作目录
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=19C57
export MAC_OS_X_VERSION_ACTUAL=101502
export MAC_OS_X_VERSION_MAJOR=101500
export MAC_OS_X_VERSION_MINOR=1502
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app
export MODULES_FOLDER_PATH=HBuilder.app/Modules
export MTL_ENABLE_DEBUG_INFO=NO
export MTL_FAST_MATH=YES
export NATIVE_ARCH=armv7
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJECT_FILE_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects
export OBJECT_FILE_DIR_normal=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal
export OBJROOT=/Users/seaman安装包制作目录/build
export ONLY_ACTIVE_ARCH=NO
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_LDFLAGS=\"-ObjC -llibAdSupport -llibLoader -llibPDRCore -lcoreSupport -llibAccelerometer -lopencore-amrnb -lmp3lame -llibMedia -llibCache -llibCrypt -llibLog -llibIO -llibPGInvocation -llibNativeObj -llibNativeUI -llibNavigator -llibOrientation -llibPGProximity -llibStorage -llibUI -llibXHR -llibZip -llibBarcode -lDCUniZXing -llibCamera -llibGeolocation -lBaiduKeyVerify -lssl -lcrypto -lDCUniBarcode -llibVideo -lDCUniVideo -llibPayment -llibShare -llibLivePush -lDCUniGPUImage -lDCUniLivePush -llibWeex -lSDWebImage -lUniAD -lUniADWeex -lweixinShare -lwxpay -lWeChatSDK_pay -lIAPPay -lalixpayment -weak_framework AdSupport -weak_framework AssetsLibrary -weak_framework AddressBook -weak_framework AddressBookUI -weak_framework AudioToolbox -weak_framework AVFoundation -weak_framework BaiduMapAPI_Base -weak_framework BaiduMapAPI_Location -weak_framework BaiduMapAPI_Search -weak_framework CFNetwork -weak_framework CoreFoundation -weak_framework CoreMotion -weak_framework CoreGraphics -weak_framework CoreLocation -weak_framework CoreMedia -weak_framework CoreTelephony -weak_framework CoreText -weak_framework CoreVideo -weak_framework Foundation -weak_framework ImageIO -weak_framework JavaScriptCore -weak_framework MobileCoreServices -weak_framework MediaPlayer -weak_framework Photos -weak_framework QuartzCore -weak_framework QuickLook -weak_framework Security -weak_framework storage -weak_framework SystemConfiguration -weak_framework UIKit -weak_framework UserNotifications -weak_framework WebKit -lc++ -lz -lxml2 -lsqlite3 -lbz2 -weak_framework VideoToolbox -weak_framework DCUniVideoPublic -weak_framework IJKMediaFramework -weak_framework OpenGLES -weak_framework Accelerate -liconv -licucore -weak_framework StoreKit -weak_framework AlipaySDK -framework UPLiveSDKDll\"
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES=\"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms\"
export PBDEVELOPMENTPLIST_PATH=HBuilder.app/pbdevelopment.plist
export PER_ARCH_OBJECT_FILE_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/undefined_arch
export PER_VARIANT_OBJECT_FILE_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal
export PKGINFO_FILE_PATH=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/PkgInfo
export PKGINFO_PATH=HBuilder.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export PLATFORM_DISPLAY_NAME=iOS
export PLATFORM_FAMILY_NAME=iOS
export PLATFORM_NAME=iphoneos
export PLATFORM_PREFERRED_ARCH=arm64
export PLATFORM_PRODUCT_BUILD_VERSION=17H22
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=HBuilder.app/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PRIVATE_HEADERS_FOLDER_PATH=HBuilder.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=com.jyk
export PRODUCT_BUNDLE_PACKAGE_TYPE=APPL
export PRODUCT_MODULE_NAME=HBuilder
export PRODUCT_NAME=HBuilder
export PRODUCT_SETTINGS_PATH=/Users/seaman安装包制作目录/HBuilder/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=HBuilder
export PROJECT_DERIVED_FILE_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/DerivedSources
export PROJECT_DIR=/Users/seaman安装包制作目录
export PROJECT_FILE_PATH=/Users/seaman安装包制作目录/HBuilder.xcodeproj
export PROJECT_NAME=HBuilder
export PROJECT_TEMP_DIR=/Users/seaman安装包制作目录/build/HBuilder.build
export PROJECT_TEMP_ROOT=/Users/seaman安装包制作目录/build
export PROVISIONING_PROFILE_REQUIRED=YES
export PROVISIONING_PROFILE_SPECIFIER=jyk
export PUBLIC_HEADERS_FOLDER_PATH=HBuilder.app/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export RESOURCE_RULES_REQUIRED=YES
export REZ_COLLECTOR_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS=\"/Users/seaman安装包制作目录/build/Release-iphoneos \"
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=HBuilder.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_INPUT_FILE_LIST_COUNT
2020-10-15 20:21
p***@163.com

p***@163.com

回复 d***@foxmail.com :
请问解决了吗?我今天iOS系统打包也报错
2020-10-15 19:03
p***@163.com

p***@163.com

iOS云端打包报错:HBuilder X版本为2.9.3,请问如何解决

CreateUniversalBinary /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/HBuilder normal armv7\\ arm64 (in target 'HBuilder' from project 'HBuilder')
cd /Users/seaman安装包制作目录
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/Binary/HBuilder /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/Binary/HBuilder -output /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/HBuilder
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't write to output file: /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/HBuilder.lipo (No space left on device)
Command CreateUniversalBinary failed with a nonzero exit code
** BUILD FAILED **The following build commands failed:
CreateUniversalBinary /Users/seaman安装包制作目录/build/Release-iphoneos/HBuilder.app/HBuilder normal armv7\\ arm64
(1 failure)
2020-10-15 19:03
d***@foxmail.com

d***@foxmail.com

ios 云打包报错错误日志如下:
ld: framework not found 使用native.js调用API要引用的库文件名称,如CoreLocation
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **The following build commands failed:
Ld /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/armv7/Binary/HBuilder normal armv7
Ld /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/Binary/HBuilder normal arm64
(2 failures)
请问,该如何解决?
2020-09-10 09:46
2***@qq.com

2***@qq.com

哈哈哈
2020-06-07 01:42
望

自定义调试基座打包失败,这是什么原因
```
** BUILD FAILED **The following build commands failed:
Ld /Users/seaman安装包制作目录/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/Binary/HBuilder normal arm64
(1 failure)
```
2020-06-07 00:45
言浅情深

言浅情深

你好,我vue项目用的公司其他项目的企业级开发者账号、证书、私钥一系列的东西,打包成功后安装再苹果手机上,但axios请求失败是什么问题
2020-05-26 11:14
Ellie

Ellie

我这边遇到ios打包失败这个报错。可以看一下吗
```
Error code = -5000
Error message:
Error: not set parameter 'UniversalLinks' @'payment-weixin'
```
2019-10-16 13:23
9***@qq.com

9***@qq.com

回复 落日逢佳雨 :
我把错误提示里提到的那两个文件删了就打包成功了
2019-07-24 16:56
落日逢佳雨

落日逢佳雨

回复 9***@qq.com :
请问你是怎么解决的?
2018-11-02 12:24