iTunes Connect:无效的Swift支持-框架在此位置没有正确的文件类型 [英] iTunes Connect: Invalid Swift Support - framework doesn’t have the correct file type for this location

查看:221
本文介绍了iTunes Connect:无效的Swift支持-框架在此位置没有正确的文件类型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在使用Xcode 7.1.1将我的应用程序上传到应用商店中

I am currently upload my app on app store using Xcode 7.1.1

但是当我上传应用程序时,我收到了来自Apple的电子邮件。

But when I upload my app, I received email from Apple.

Dear developer,
We have discovered one or more issues with your recent delivery for "****".     
To process your delivery, the following issues must be corrected:
Invalid Swift Support - The file     
****.app/Frameworks/JSQSystemSoundPlayer.framework, 
****.app/Frameworks/JLToast.framework, 
****.app/Frameworks/SwiftyJSON.framework,         
****.app/Frameworks/JSQMessagesViewController.framework doesn’t have the
correct file type for this location. Ensure you’re using the correct
file,rebuild your app using the current public (GM) version of Xcode, and resubmit it.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team

我正在使用Cocoapods。这是我的podfile

I'm Using Cocoapods. Here is my podfile

platform :ios, '8.0'
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'

target 'TwinsChauffeur' do
pod 'GoogleMaps'
use_frameworks! pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
use_frameworks! pod 'JLToast', '~> 1.3'
pod 'Google/CloudMessaging'
use_frameworks! pod 'JSQMessagesViewController'
pod 'IgaworksCore'
pod 'AdPopcornOfferwall'
end

我的项目是Swift

and my project is Swift


pods框架的名称是红色的
这是平常的吗?

also pods framework name is red Is it usual?

推荐答案

解决自己。
这太愚蠢了。
更改产品名称后只能使用英语。
解决所有问题。
和标记为红色的pod框架是正常的事情。

solve myself. It was so stupid. After change product name only English. solve all problems. And pod frameworks marked as red are normal thing.

这篇关于iTunes Connect:无效的Swift支持-框架在此位置没有正确的文件类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆