Skip to content
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

Undefined symbols for architecture armv7: "_$F" #3

Open
stadia opened this issue Mar 8, 2011 · 0 comments
Open

Undefined symbols for architecture armv7: "_$F" #3

stadia opened this issue Mar 8, 2011 · 0 comments

Comments

@stadia
Copy link

stadia commented Mar 8, 2011

this errors in building CoreResource
"_$F", referenced from:
-[CoreTableController controllerDidChangeContent:] in CoreTableController.o
ld: symbol(s) not found for architecture armv7
collect2: ld returned 1 exit status

"_$F", referenced from:
-[CoreTableController controllerDidChangeContent:] in CoreTableController.o
ld: symbol(s) not found for architecture armv6
collect2: ld returned 1 exit status

so modify source
from 140 line in CoreTableController.m
self.tableReloadDelay = $F(defaultTableReloadDelay);
to
self.tableReloadDelay = [NSNumber numberWithFloat:defaultTableReloadDelay];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant