Azure Devops Pipelines - Xcode project with multiple provisioning profiles
问题 I have configured pipeline to build an iOS app that is also an AUv3 plugin, it requires two provisioning profiles but I can't manage the Plist to allow the signature for both. I have installed .p12 and Apple Provisioning Profiles. This is my Xcode task: steps: - task: Xcode@5 displayName: 'Xcode build' inputs: actions: 'build' sdk: iphoneos13.7 xcWorkspacePath: ‘project_name/project.xcworkspace' scheme: 'project_name - All' packageApp: true exportPath: output/ exportOptions: plist