[Solved-4 Solutions] ERROR ITMS - 90167 No. app bundles found in the package
Error Description:
Learn ios - ios tutorial - achieve upload failed with error - ios examples - ios programs
Solution 1:
- Build with Xcode 7.3.1 then upload using Xcode 8 [Beta]. (Thanks to @JollyRoger)
- Currently, this workaround ONLY works for TestFlight and NOT for App Store submissions.
Solution 2:
- The members of WWDC in both the Xcode lab and the App Store lab were able to find out that this is a known issue in the current Sierra seed that is fixed in the next release.
- You can either revert, or wait. Not the most satisfying answer, I admit.
Solution 3:
- Open Application Loader
- Choose Build(IPA)
- Uploading IPA file To app store
- Successfully Submit Build(IPA)To App store
Your App will have uploaded on Appstore,
Solution 4:
- Restart your Mac and hold Command + R on boot up
- Open Terminal
- Run csrutil disable
- Restart your Mac.
- In Finder, go to /System/Library/CoreServices/SystemVersion.plist
- Open the file so that you may edit the SystemVersion.plist
- Find <key>ProductBuildVersion</key> and locate the string attached to this key. For example, mine was 16A254g.
- Change this string to a version of Mac OS that is currently supported for public release. At the time of this solution this one will fine: 15G31
- Restart Xcode. Re-Archive your application. Re-Submit the application.