iOS-我遇到的问题(二)

2016-09-27  本文已影响132人  BestVast
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'bswkApp.app/libswiftRemoteMirror.dylib' is not permitted. 
Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. 
Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."

解决办法:
iOS提交ipa包时出现"The binary file XXX libswiftRemoteMirror.dylib is not permitted"

Undefined symbols for architecture x86_64:
  "_VTDecompressionSessionCreate", referenced from:
      AgoraRTC::H264VideoToolboxDecoder::ResetDecompressionSession() in AgoraRtcEngineKit(libAgoraRTCEngine.a-x86_64-master.o).......

解决办法:


VideoToolbox.framework.png

解决办法:
第一个:ipad版本遇到问题


image.png

第二个问题:URL schemes不能设置为0


image.png
第三个问题(第二张、第三张图片):换了个电脑上传ipa包没有问题了,可能电脑出问题了,没解决。跪求解决版本。
我的问题如下:原因是缺少了几张尺寸的logo图片
Dear developer,

We have discovered one or more issues with your recent delivery for "App名字". To process your delivery, the following issues must be corrected:

Missing required icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0.

Missing required icon file - The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro.

Missing required icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.

Invalid App Store Icon - The App Store Icon in the asset catalog in 'ipa包名字.app' can't be transparent nor contain an alpha channel.

Once these issues have been corrected, you can then redeliver the corrected binary.

Regards,

The App Store team

朋友碰到的问题是:info.plist里面缺少麦克风权限

Terminating app due to uncaught exception 'NSInvalidArgumentException', 
reason: 'Could not find a storyboard named 'Main' in bundle NSBundle 
</Users/.../xxx.app> (loaded)

This app could not be installed at this time.

解决问题见 Xcode: “This app could not be installed at this time.”

亲测可行
Reset the simulator:
`Hardware` -> `Erase All content and settings...`
Clean your project:
`shift`+`cmd`+`K`
`shift`+`opt`+`cmd`+`K`
This should fix your issue
点击 设置 --> 通用 --> 还原  --> 还原位置和隐私

然后关闭xcode, 拔掉数据线,重启xocde开启项目, 
重新插上数据线,此时手机上会显示mac与手机设备的连接访问权限,选择“信任”,

原因是使用LaunchImage做启动图,没有加iOS7+中640x1136的图片

上一篇 下一篇

猜你喜欢

热点阅读