Undefined symbols for architecture armv7 IOS 7 -


this question has answer here:

hi i'm trying create route map in application got classes file implement route map have imported project after importing giving issue showing error this.

      undefined symbols architecture armv7:       "_uregex_end", referenced from:       _rkl_performregexop in regexkitlite.o       _rkl_search in regexkitlite.o       _rkl_findranges in regexkitlite.o      "_uregex_appendreplacement", referenced from:       _rkl_replaceall in regexkitlite.o      "_uregex_groupcount", referenced from:      _rkl_getcachedregex in regexkitlite.o      "_uregex_appendtail", referenced from:      _rkl_replaceall in regexkitlite.o      "_u_strlen", referenced from:     _rkl_userinfodictionary in regexkitlite.o      "_uregex_reset", referenced from:     _rkl_replaceall in regexkitlite.o      "_uregex_close", referenced from:     _rkl_clearcacheslotregex in regexkitlite.o      "_u_errorname", referenced from:    _rkl_nsexceptionforregex in regexkitlite.o    _rkl_userinfodictionary in regexkitlite.o     "_uregex_findnext", referenced from:    _rkl_search in regexkitlite.o    _rkl_replaceall in regexkitlite.o     "_uregex_settext", referenced from:    _rkl_clearcacheslotsetto in regexkitlite.o    _rkl_setcacheslottostring in regexkitlite.o    "_uregex_start", referenced from:   _rkl_performregexop in regexkitlite.o   _rkl_search in regexkitlite.o   _rkl_findranges in regexkitlite.o    "_uregex_open", referenced from:    _rkl_getcachedregex in regexkitlite.o   "_uregex_find", referenced from:    _rkl_search in regexkitlite.o    ld: symbol(s) not found architecture armv7   clang: error: linker command failed exit code 1 (use -v see invocation) 

i'm getting error please tell me how resolve have tried many solution not working me have been stuck here long time please out resolve issue.

thanks.

you missed add linker flag. add below way.

"build settings"->"linking"->"other linker flags" add flag "-licucore" 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -