你的二进制文件没有针对iphone 5 for visual studio进行优化

时间:2017-05-17 02:39:41

标签: xamarin deployment visual-studio-2017

尝试使用应用程序加载器上传ipa时出错。我在最新的xamarin build 4.5上使用visual studio 2017 我正在使用LaunchScreen.storyboard。我还在资产目录中有iPhone 5图像。 其他人有问题或可以提供解决方案吗?

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>CFBundleIdentifier</key>
        <string>com.ExampleApp.ExampleOfApp</string>
        <key>CFBundleShortVersionString</key>
        <string>1.0</string>
        <key>CFBundleVersion</key>
        <string>1.0</string>
        <key>LSRequiresIPhoneOS</key>
        <true/>
        <key>UIDeviceFamily</key>
        <array>
            <integer>1</integer>
            <integer>2</integer>
        </array>
        <key>UIRequiredDeviceCapabilities</key>
        <array>
            <string>armv7</string>
        </array>
        <key>UISupportedInterfaceOrientations</key>
        <array>
            <string>UIInterfaceOrientationPortrait</string>
            <string>UIInterfaceOrientationPortraitUpsideDown</string>
            <string>UIInterfaceOrientationLandscapeLeft</string>
            <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
        <key>UIViewControllerBasedStatusBarAppearance</key>
        <false/>
        <key>CFBundleIconFiles</key>
        <array/>
        <key>UIPrerenderedIcon</key>
        <true/>
        <key>NSAppTransportSecurity</key>
        <dict>
            <key>NSAllowsArbitraryLoads</key>
            <true/>
        </dict>
        <key>UILaunchStoryboardName</key>
        <string>LaunchScreen.storyboard</string>
        <key>NSCameraUsageDescription</key>
        <string>This app needs access to the camera to take photos.</string>
        <key>NSPhotoLibraryUsageDescription</key>
        <string>This app needs access to photos.</string>
        <key>NSMicrophoneUsageDescription</key>
        <string>This app needs access to microphone.</string>
        <key>CFBundleDisplayName</key>
        <string>Example App</string>
        <key>XSAppIconAssets</key>
        <string>Resources/Media.xcassets/AppIcons.appiconset</string>
        <key>CFBundleShortVersion</key>
        <string>1</string>
        <key>UIRequiresFullScreen</key>
        <true/>
        <key>MinimumOSVersion</key>
        <string>10.3</string>
      <key>UILaunchImages</key>
      <array>
        <dict>
          <key>UILaunchImageMinimumOSVersion</key>
          <string>7.0</string>
          <key>UILaunchImageName</key>
          <string>Default-568h.png</string>
          <key>UILaunchImageOrientation</key>
          <string>Portrait</string>
          <key>UILaunchImageSize</key>
          <string>{320, 568}</string>
        </dict>
      </array>
        <key>XSLaunchImageAssets</key>
        <string>Resources/Media.xcassets/LaunchImages.launchimage</string>  
    </dict>
    </plist>

1 个答案:

答案 0 :(得分:0)

此问题已在xamarin论坛上解决

以下是论坛上答案的链接

https://forums.xamarin.com/discussion/95617/your-binary-is-not-optimized-for-iphone-5