iTunes Connect: Invalid Swift Support - framework doesn’t have the correct file type for this location

倖福魔咒の 提交于 2019-12-07 16:57:27

问题


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

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

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

and my project is Swift

also pods framework name is red Is it usual?


回答1:


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



来源:https://stackoverflow.com/questions/33969268/itunes-connect-invalid-swift-support-framework-doesn-t-have-the-correct-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!