mirror of
https://github.com/status-im/status-react.git
synced 2025-02-22 07:38:34 +00:00
Error: ``` There seems to be a mismatch between your provided `export_method` in gym and the selected provisioning profiles. You passed the following options: export_method: app-store Bundle identifier: im.status.ethereum.pr Profile name: match AdHoc im.status.ethereum.pr Profile type: ad-hoc Make sure to either change the `export_method` passed from your Fastfile or CLI or select the correct provisioning profiles by updating your Xcode project or passing the profiles to use by using match or manually via the `export_options` hash ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
10 lines
392 B
Plaintext
10 lines
392 B
Plaintext
git_url('git@github.com:status-im/ios-certificates.git')
|
|
|
|
type('development') # The default type, can be: appstore, adhoc, enterprise or development
|
|
|
|
app_identifier(['im.status.ethereum'])
|
|
username(ENV['FASTLANE_APPLE_ID']) # Your Apple Developer Portal username
|
|
|
|
# For all available options run `fastlane match --help`
|
|
# Remove the # in the beginning of the line to enable the other options
|