diff --git a/ios/LibNovel/fastlane/Fastfile b/ios/LibNovel/fastlane/Fastfile index a860d2a..cb3fb28 100644 --- a/ios/LibNovel/fastlane/Fastfile +++ b/ios/LibNovel/fastlane/Fastfile @@ -12,20 +12,22 @@ platform :ios do xcodeproj: "LibNovel.xcodeproj" ) - # Use automatic signing - Xcode will find the right profile + # Enable automatic code signing and set team update_code_signing_settings( use_automatic_signing: true, - path: "LibNovel.xcodeproj", team_id: "GHZXC6FVMU", - targets: ["LibNovel"] + targets: ["LibNovel"], + path: "LibNovel.xcodeproj" ) - # Build the app + # Build the app with automatic signing build_app( scheme: "LibNovel", export_method: "app-store", clean: true, configuration: "Release", + export_xcargs: "-allowProvisioningUpdates", + xcargs: "-allowProvisioningUpdates", export_options: { method: "app-store", teamID: "GHZXC6FVMU",