xcode-compat icon indicating copy to clipboard operation
xcode-compat copied to clipboard

AppCode helper for Kotlin/Native and Xcode

Results 7 xcode-compat issues
Sort by recently updated
recently updated
newest added

This plugin currently automates one piece of common boilerplate by generating a gradle task to copy generated frameworks to xcode. Another piece of common boilerplate in Kotlin/Native iOS projects is...

Right now it is hard to attach a K/N Framework into Xcode. Wizards to help, but probably are not enough. The idea is to create a task for the plugin....

It is possible to run Gradle in IntelliJ with one JRE while having the other one as default JRE on the system. Different JREs will make Gradle start several different...

By default, the plugin uses Xcode environment variable to create the framework. It is hard-to-impossible to add such framework to Xcode project manually, because - "CONFIGURATION_BUILD_DIR" may point to sandbox...

Running the `buildForXcode` from IntelliJ IDEA should not make it crash, It should detect the execution context and generate iOS simulator binary

The generated task `buildForXcode` should be visible in the `build` group, right now it is shown in the `other` group

Running the command: $ ./gradlew consumer Yields the following output: > Task :plugin FAILED FAILURE: Build failed with an exception. * What went wrong: Project directory '/XXX/kotlin-xcode-compat/plugin' is not part...