gradle-xcodePlugin icon indicating copy to clipboard operation
gradle-xcodePlugin copied to clipboard

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS

Results 27 gradle-xcodePlugin issues
Sort by recently updated
recently updated
newest added

Thanks for the cool plugin. Please help me find out why the folder structure When I copied the xcodebuild command from Gradle debug mode and run it in terminal, it...

The code to get method [getiOSIcons](https://github.com/openbakery/gradle-xcodePlugin/blob/main/xcode-plugin/src/main/groovy/org/openbakery/XcodeBuildArchiveTask.groovy#L60-L77) breaks during `archive` task. ```groovy @Internal def getiOSIcons() { ArrayList icons = new ArrayList(); File applicationBundle = parameters.applicationBundle def fileList = applicationBundle.list( [accept: {...

I see in the [CHANGELOG](https://github.com/openbakery/gradle-xcodePlugin/blob/main/CHANGELOG.md) that there's a 0.22.0 release which supports Xcode 13.2.1. Do you have any plans to publish this release to Maven Central or https://plugins.gradle.org/m2 any time...

PackageTask xcodebuild parameters set

Currently it seems like the gxp does not add the `.symbols` files when creating an IPA via the `package` task if bitcode is *disabled*. When exporting an IPA via Xcode,...

How can I build *.ipa with this option? i'v found https://github.com/openbakery/gradle-xcodePlugin/blob/main/libxcode/src/main/groovy/org/openbakery/codesign/ProvisioningProfileReader.groovy ProvisioningProfileType But, I can't figure out how to use it. Regards, Serhii

I have the following problem when using xcodeplugin 0.21.0 to build an application after upgrading Gradle from 6.8.3 to 7.0: ``` A problem was found with the configuration of task...

bug

In release 0.20.1 in pull request [Added that skipped tests are supported](https://github.com/openbakery/gradle-xcodePlugin/commit/1e3c23d010e6f179eb68a9b11346938858633954#diff-36a308266b33c7e8da4c6381da3b0c8ee89a4e28326e1d9176750a1232435f6b) coverage.setTestResultDestinations() method call was removed from XcodeTestTask. It was previously added in [Updated coverage for new xcode 9...

Hi there, encountering a strange bug When running codesigning and trying to add a keychain we get a double listing of the system keychain The build then fails as it...

After upgrading Android Studio from 2020.3.1 **Canary 6** to **Canary 7**, the Xcode plugin 'broke' - with IDE Gradle Sync failing on an **OkHttp** API that is incompatible with Kotlin...