Parsing issues when submitting to the app store

2015-05-26 14:37:31 +0000 [MT] Beginning distribution assistant for archive: TrophyMania, task: Submit
2015-05-26 14:37:31 +0000 [MT] Automatically selecting the only availaable distribution method <IDEDistributionMethodiOSAppStoreDistribution: 0x7f9d04c3c8f0>
2015-05-26 14:37:31 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7f9d06b5a4d0:'/Users/[Username]/Library/Developer/Xcode/Archives/2015-05-26/TrophyMania 2015-05-26, 10.37 AM.xcarchive/Products/Applications/TrophyMania.app/parse-library-1.7.2/ParseFacebookUtils.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/[Username]/Library/Developer/Xcode/Archives/2015-05-26/TrophyMania 2015-05-26, 10.37 AM.xcarchive/Products/Applications/TrophyMania.app/parse-library-1.7.2/ParseFacebookUtils.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo=0x7f9d04d46710 {NSLocalizedDescription=Item at "/Users/[Username]/Library/Developer/Xcode/Archives/2015-05-26/TrophyMania 2015-05-26, 10.37 AM.xcarchive/Products/Applications/TrophyMania.app/parse-library-1.7.2/ParseFacebookUtils.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2015-05-26 14:37:36 +0000 [MT] Canceled distribution assistant

      

Hello, after zipping my application, I can choose to "check" it or "Submit to the App Store". Clicking any of them brings up an error that gets saved in the above log.

Can anyone help me with this? It is very important. I used instructions https://parse.com/apps/quickstart#parse_data/mobile/ios/swift/existing and the project runs and builds fine. I've already done a lot of what I wanted to do with the Parse framework within the project.

I am running iOS 8.3

.

+3


source to share


1 answer


Havent faced such a problem while loading the app, but I have an alternative if you want to try it.



  • Create your project
  • Replace the .app file
  • Download it using the app loader
0


source







All Articles