-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to add to iOS project using proj refs, get "duplicate symbol _af_dummy_script_class" #5
Comments
I can't be sure without more info, but it sounds like there might be two instances of the static library in your Xcode project. I recently added some install instructions here: https://github.com/cdave1/ftgles/blob/master/INSTALL.md Maybe you could try these install instructions with a blank project to see if you get the same error. |
We do have the exact same problem, which can be solved by removing linker's -all_load option. |
I had a similar problem unrelated to FTGLES, after converting to Xcode 4. I solved it by "loading" only specific libraries for which it was intended, instead of a sledgehammer -all_load. Other linker flags (for all configs) might look like, e.g.
|
Yes thanks, it did the trick ! Mathieu 2011/4/29 diffengr <
|
Yes, that took much wailing and gnashing of teeth to find. |
I tried to duplicate the project settings in BasicDemo, but whatever I do, I still get this linker error:
Does this ring a bell with anyone?
The text was updated successfully, but these errors were encountered: