ios - Error : Undefined symbols for architecture -



ios - Error : Undefined symbols for architecture -

i getting below error. working fine , don't have thought caused issue.

ld: warning: ignoring file /users/akashpatel/developer/ios_development/fantasycricket/fantasy_cricket/library/jmc/jmcclasses/libraries/crashreporter.framework/crashreporter, missing required architecture arm64 in file /users/akashpatel/developer/ios_development/fantasycricket/fantasy_cricket/library/jmc/jmcclasses/libraries/crashreporter.framework/crashreporter (3 slices) undefined symbols architecture arm64: "_objc_class_$_plcrashreport", referenced from: objc-class-ref in crashreporter.o "_objc_class_$_plcrashreporter", referenced from: objc-class-ref in crashreporter.o ld: symbol(s) not found architecture arm64 clang: error: linker command failed exit code 1 (use -v see invocation)

i tried removing , adding crashreporter , project.

select project, go build settings , have @ architectures. should delete arm64 architectures , valid architectures , build app again.

ios objective-c xcode ios7 xcode5

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

html - Submenu setup with jquery and effect 'fold' -

ruby on rails - Devise Logout Error in RoR -