New Issue Checklist
Issue Description
I can not upload a new build to AppStore because I get this error:
Provisioning profile “match AppStore com.xxx.xxx” doesn’t include the com.apple.application-identifier entitlement."
Command executed
gym(scheme: "xxx", workspace: "xxx.xcworkspace", codesigning_identity: "xxx", output_name: "xxx-#{build_number}.ipa")
I have no idea why this entitlement is not included in the generated Fastlane Distribution Provisioning profile!
Complete output when running fastlane, including the stack trace and command used
Issue occurred after installing macOS Big Sur!
Environment
🚫 fastlane environment 🚫
Stack
Key |
Value |
OS |
10.16 |
Ruby |
2.5.5 |
Bundler? |
false |
Git |
git version 2.21.1 (Apple Git-122.3) |
Installation Source |
/usr/local/Cellar/fastlane/2.140.0_1/libexec/bin/fastlane |
Host |
macOS 10.16 (20A4299v) |
Ruby Lib Dir |
/usr/local/Cellar/ruby@2.5/2.5.5_1/lib |
OpenSSL Version |
OpenSSL 1.1.1d 10 Sep 2019 |
Is contained |
false |
Is homebrew |
false |
Is installed via Fabric.app |
false |
Xcode Path |
/Applications/Xcode.app/Contents/Developer/ |
Xcode Version |
11.3.1 |
System Locale
Error |
No Locale with UTF8 found 🚫 |
fastlane files:
`./fastlane/Fastfile`
fastlane gems
Gem |
Version |
Update-Status |
fastlane |
2.149.1 |
✅ Up-To-Date |
Loaded fastlane plugins:
Plugin |
Version |
Update-Status |
fastlane-plugin-badge |
1.4.0 |
✅ Up-To-Date |
Loaded gems
Gem |
Version |
slack-notifier |
2.3.2 |
atomos |
0.1.3 |
claide |
1.0.3 |
colored2 |
3.1.2 |
nanaimo |
0.2.6 |
xcodeproj |
1.14.0 |
rouge |
2.0.7 |
xcpretty |
0.3.0 |
terminal-notifier |
2.0.0 |
unicode-display_width |
1.6.1 |
terminal-table |
1.8.0 |
plist |
3.5.0 |
public_suffix |
2.0.5 |
addressable |
2.7.0 |
multipart-post |
2.0.0 |
word_wrap |
1.0.0 |
tty-screen |
0.7.0 |
tty-cursor |
0.7.0 |
tty-spinner |
0.9.2 |
babosa |
1.0.3 |
colored |
1.2 |
highline |
1.7.10 |
commander-fastlane |
4.4.6 |
excon |
0.71.1 |
faraday |
0.17.3 |
unf_ext |
0.0.7.6 |
unf |
0.1.4 |
domain_name |
0.5.20190701 |
http-cookie |
1.0.3 |
faraday-cookie_jar |
0.0.6 |
faraday_middleware |
0.13.1 |
fastimage |
2.1.7 |
gh_inspector |
1.1.3 |
json |
2.3.0 |
mini_magick |
4.10.1 |
multi_xml |
0.6.0 |
rubyzip |
1.3.0 |
security |
0.1.3 |
xcpretty-travis-formatter |
1.0.0 |
dotenv |
2.7.5 |
bundler |
2.1.4 |
naturally |
2.2.0 |
simctl |
1.6.7 |
jwt |
2.1.0 |
uber |
0.1.0 |
declarative |
0.0.10 |
declarative-option |
0.1.0 |
representable |
3.0.4 |
retriable |
3.1.2 |
mini_mime |
1.0.2 |
multi_json |
1.14.1 |
signet |
0.12.0 |
memoist |
0.16.2 |
os |
1.0.1 |
googleauth |
0.10.0 |
httpclient |
2.8.3 |
google-api-client |
0.38.0 |
emoji_regex |
1.0.1 |
jmespath |
1.4.0 |
aws-partitions |
1.332.0 |
aws-eventstream |
1.1.0 |
aws-sigv4 |
1.2.0 |
aws-sdk-core |
3.100.0 |
aws-sdk-kms |
1.34.1 |
aws-sdk-s3 |
1.69.0 |
CFPropertyList |
3.0.2 |
digest-crc |
0.4.1 |
google-cloud-errors |
1.0.0 |
google-cloud-env |
1.3.0 |
google-cloud-core |
1.5.0 |
google-cloud-storage |
1.25.1 |
curb |
0.9.10 |
badge |
0.12.0 |
fastlane-plugin-badge |
1.4.0 |
generated on: 2020-06-25
[REPLACE THIS WITH YOUR INFORMATION]
Quick fix Install the “Transporter” app from the MacOS app store. OPEN Xcode 11.5 archive your project Close Xcode 11.5 -> Command + Q Open then Xcode 12 Beta From Xcode’s organizer, select your archive and press “Distribute App” Instead of “Upload”, select “Export” and proceed as usual. Drop the exported .ipa into the transporter and press “Deliver”. And its Work!