ERROR ITMS-90535
ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at
'**/*.app/EaseUIResource.bundle'
does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing theCFBundleExecutable
key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue."
解決:注意是某bundle的問題如EaseUIResource.bundle
冒掌,刪除里面 info.plist
里面的 Executable file
鍵 即可.
ERROR ITMS-90542
ERROR ITMS-90542: "Invalid CFBundleSupportedPlatforms value. The key
'CFBundleSupportedPlatforms'
in the Info.plist file in bundle'**/*.app/EaseUIResource.bundle'
contains an invalid value '( "iPhoneSimulator" )'. Consider removing the CFBundleSupportedPlatforms key from the Info.plist. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue."
解決:注意還是某bundle的問題如EaseUIResource.bundle
噪裕,CFBundleSupportedPlatforms
這個key的value改成iPhoneOS
就可以了
5.5寸截圖上傳不了
從6s plus模擬器上截圖下來愣是不能上傳,報錯:
the dimensions of one or more screenshots are wrong
解決:分辨率原因股毫,必須為如下膳音,開動腦筋改分辨率再來一發(fā)。
4.7 ---750X1334
5.5 --- 1242X2208
持續(xù)更新铃诬,待續(xù)......