How to set “Other Linker Flags” as Xcode in Eclipse?
Asked Answered
P

1

16

In my RoboVM project, I used some third part frameworks. But they need add -ObjC to "Other Linker Flags", otherwise it will crash.

I know how to add that in Xcode, but in Eclipse, how can I do that?

Privatdocent answered 16/2, 2016 at 10:31 Comment(4)
See if this is what you're looking for ... Select the menu: Window > Preferences > Java > Compiler --- There you will find several check boxes under the heading "Classfile Generation" --- source: #9483815Groundage
@Groundage Thank you.But I don't think it's the right one.Privatdocent
What framework requires this? Maybe I can review their documentation to see what is required ...Groundage
Eclipse comes with a built-in compiler that is fairly well guarded, it appears. But, you have other options to run javac with compiler flags --- Check this SO question and its answers -- #5988194 -- you're very likely going to need to take one of the approaches listed --- Or, in the very least, begin doing some research in this direction --- Or, use another IDE: RoboVM Studio? Android Studio? IntelliJ IDEA?Groundage
G
0

Setting up -ObjC to "Other Linker Flags" is only possible using Xcode, no such thing is possible in RoboVM so far

Gallinaceous answered 14/9, 2017 at 3:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.