xcodebuild

XCFramework with Pods Dependencies

ⅰ亾dé卋堺 提交于 2020-12-05 11:40:26
问题 Our goal is to create a framework that hides our internal code and provide SDK to our customers. We have thought of creating XCFramework which fulfills our requirement. Umbrella framework is also suggested over the internet but mostly suggested to avoid that approach. Our Framework is dependent on some third-party libraries which we are using via Pods. Issue: XCFramework does not compile pods framework. We got an error like "Xyz(Pod) module not found". Even if we add pods from the client-side

Azure Piplines Configuration for Xcode Managed Profile Setup - Possible? Documented?

↘锁芯ラ 提交于 2020-07-21 02:40:43
问题 Environment Server - Azure Pipelines Hosted MacOS agent Issue Description I'm using the following configuration in my Xcode project (w automatic code signing): Is it possible to have Pipelines build and sign a project using this configuration if I've manually installed all of the provisioning profiles and certs in my pipeline prior to building? Is there any documentation for this scenario or a how-to guide? Alternatively, if this is not possible perhaps a definitive statement on this and

Azure Piplines Configuration for Xcode Managed Profile Setup - Possible? Documented?

孤者浪人 提交于 2020-07-21 02:40:32
问题 Environment Server - Azure Pipelines Hosted MacOS agent Issue Description I'm using the following configuration in my Xcode project (w automatic code signing): Is it possible to have Pipelines build and sign a project using this configuration if I've manually installed all of the provisioning profiles and certs in my pipeline prior to building? Is there any documentation for this scenario or a how-to guide? Alternatively, if this is not possible perhaps a definitive statement on this and

Azure Piplines Configuration for Xcode Managed Profile Setup - Possible? Documented?

瘦欲@ 提交于 2020-07-21 02:40:08
问题 Environment Server - Azure Pipelines Hosted MacOS agent Issue Description I'm using the following configuration in my Xcode project (w automatic code signing): Is it possible to have Pipelines build and sign a project using this configuration if I've manually installed all of the provisioning profiles and certs in my pipeline prior to building? Is there any documentation for this scenario or a how-to guide? Alternatively, if this is not possible perhaps a definitive statement on this and

SwiftSupport folder not included in the IPA when generating build from script

半城伤御伤魂 提交于 2020-07-10 06:27:33
问题 The project is in Objective-C and we recently added some swift files into it. It is a white label application and builds are generated from the server. When I submit the build to appstore it gave error :- ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. When I debugged the issue I find out the build generated from automation is now having SwiftSupport in IPA while when I generate the build

SwiftSupport folder not included in the IPA when generating build from script

帅比萌擦擦* 提交于 2020-07-10 06:26:32
问题 The project is in Objective-C and we recently added some swift files into it. It is a white label application and builds are generated from the server. When I submit the build to appstore it gave error :- ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. When I debugged the issue I find out the build generated from automation is now having SwiftSupport in IPA while when I generate the build

xcodebuild -exportArchive: exportOptionsPlist error for key 'method': expected one of {}

被刻印的时光 ゝ 提交于 2020-04-29 06:27:32
问题 I'm using command line xcodebuild tool to export ad-hoc distribution ipa file out of my archive like this: xcodebuild -exportArchive -archivePath /path/Archive.xcarchive -exportPath /path -exportOptionsPlist /path/options.plist However, this command fails with error exportArchive: exportOptionsPlist error for key 'method': expected one of {}, but found ad-hoc No mater what 'method' I provide in my export options plist, it always fails with this error. It also fails if I remove the 'method'

xcodebuild -exportArchive: exportOptionsPlist error for key 'method': expected one of {}

只愿长相守 提交于 2020-04-29 06:27:00
问题 I'm using command line xcodebuild tool to export ad-hoc distribution ipa file out of my archive like this: xcodebuild -exportArchive -archivePath /path/Archive.xcarchive -exportPath /path -exportOptionsPlist /path/options.plist However, this command fails with error exportArchive: exportOptionsPlist error for key 'method': expected one of {}, but found ad-hoc No mater what 'method' I provide in my export options plist, it always fails with this error. It also fails if I remove the 'method'