validation - Xcode 7 - Unable to validate your application -


when upload app app store, i've had problem:

unable validate application: path '/var/folders/hm/.../myapp.ipa' not contain file 

i have error:

couldn't find platform family in info.plist cfbundlesupportedplatforms or mach-o lc_version_min sfnt2woff 

i've added:

<key>cfbundlesupportedplatforms</key> <array>     <string>macosx</string> </array> 

in plist file doesn't work.

any solution?

thanks !

have same problem. delete .bundle resource "bundle resources" in build phases in xcode project. see here:


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -