AlecKazakova / kotlin-native-cocoapods

A Gradle plugin for configuring Kotlin/Native with Cocoapods
Apache License 2.0
128 stars 11 forks source link

Simulator build fix #23

Open Archinamon opened 5 years ago

Archinamon commented 5 years ago

• Plugin requires to set target preset to 'iosArm64' in not usual way — just crash the build :( • Crash cli-call to PlistBuddy if entry in Plist.info not exists trying to delete it.

This pr fixes those errors I've been faced trying to integrate kotlin/native library into iOS app. Next it would be better to be able to sync preset target for k/n and device arch target for this plugin in one transparent way.