You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an issue with j2objc, when trying to convert to objective c it prints this into the console;
Executing with switches: [ -g -x objective-c -use-arc --verbose --doc-comments --prefixes /Users/....../Documents/..../java2ios./.java2ios.-prefixes ]
No Output directory specified. Files will not be exported.
But when I do add an output directory it prints this to the console;
Hi,
I am having an issue with j2objc, when trying to convert to objective c it prints this into the console;
Executing with switches: [ -g -x objective-c -use-arc --verbose --doc-comments --prefixes /Users/....../Documents/..../java2ios./.java2ios.-prefixes ]
No Output directory specified. Files will not be exported.
But when I do add an output directory it prints this to the console;
Executing with switches: [ -g -x objective-c -use-arc --verbose --doc-comments --prefixes /Users/......../Documents/........./java2ios./.java2ios.-prefixes ]
Exporting ObjectiveC Files
Source Directory: /Users......./Documents/......./java2ios.
Destination Directory: /Users/......../Documents/....../java2ios./src
Export finished.
And nothing happens, not even when I refresh eclipse, so what am I doing wrong?
The text was updated successfully, but these errors were encountered: