Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid bundle... contains disallowed file 'frameworks'

Im trying to publish my app through application loader, but I keep on getting this error. I've tried this solution however I still get the same error.

Any suggestions would be appreciated.

like image 466
Jarryd Baillie Avatar asked Sep 16 '14 23:09

Jarryd Baillie


1 Answers

I found out the build I was trying to upload was archived in Xcode beta 6 :/ Upgrading to the GM seed solved my problem. Also make sure Embedded Content contains swift code is set to "NO" in your build settings for your extension and set to "YES" in your build settings for your containing app.

like image 87
Jarryd Baillie Avatar answered Oct 01 '22 01:10

Jarryd Baillie