“Too many symbol files” after successfully submitting my apps

This happens if you are including debug information of your libraries with the project archive but are not including binaries. Open the Organizer window in Xcode Right-click on an archive that had this issue and select “Show in Finder”. Right-click on the archive file and select “Show Package Contents” In the “dSYMs” folder you will … Read more

Ad-hoc Deployment

If you don’t want to use testflight, here is another over-the-air solution: In your xcode project go to Product > Archive Click Distribute in the xcode organizer window that appears when the operation is complete Click Save for Enterprise or Ad Hoc Deployment and choose next Choose your ad hoc provisioning profile (created in the … Read more