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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -