iterate-ch / rococoa

Rococoa allows you to call Objective-C code through Java classes and interfaces that you define.
GNU Lesser General Public License v3.0
72 stars 18 forks source link

explain where to get xcodebuild from in README.md #16

Closed krichter722 closed 3 years ago

krichter722 commented 9 years ago

mvn install fails with [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (build-native) on project rococoa-core: An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "xcodebuild" (in directory "/mnt/richtercloud/sources/rococoa/rococoa/rococoa-core"): error=2, Datei oder Verzeichnis nicht gefunden [ERROR] around Ant part ...<exec dir="." executable="xcodebuild" failonerror="true">... @ 4:60 in /mnt/richtercloud/sources/rococoa/rococoa/rococoa-core/target/antrun/build-main.xml

dkocher commented 3 years ago

You need to install Xcode.

krichter722 commented 3 years ago

Please note that the issue is not resolved which might be your decision.