GMGridView icon indicating copy to clipboard operation
GMGridView copied to clipboard

Can't compile project with GMGridview

Open quazarteam opened this issue 12 years ago • 3 comments

Hello All!

I added GMGridView as git submodule to main project and dropped GMGridView project to xcode. Added GMGridView as dependency and added libGridView.a to Liink with library. When I compile it I get the following waring;

ld: warning: ignoring file /Users/lowfreq/Library/Developer/Xcode/DerivedData/MagazineReader-cgscqhsdsfduukdkpsyasaqqolzu/Build/Products/Debug-iphoneos/libGMGridView.a, file was built for archive which is not the architecture being linked (armv7s): /Users/lowfreq/Library/Developer/Xcode/DerivedData/MagazineReader-cgscqhsdsfduukdkpsyasaqqolzu/Build/Products/Debug-iphoneos/libGMGridView.a

and whole build fails because

Undefined symbols for architecture armv7s: "OBJC_CLASS$_GMGridViewLayoutStrategyFactory", referenced from: objc-class-ref in ArchiveViewController.o "OBJC_CLASS$_GMGridViewCell", referenced from: objc-class-ref in ArchiveViewController.o ld: symbol(s) not found for architecture armv7s clang: error: linker command failed with exit code 1 (use -v to see invocation)

what did I wrong? or how can I fix it ?

Thank you in advance

quazarteam avatar Nov 13 '12 10:11 quazarteam

anyone willing to help ?

quazarteam avatar Dec 03 '12 08:12 quazarteam

Same build error issue. Environment : xCode 4.6 iOS SDK: 6.1

nutshellfool avatar May 29 '13 02:05 nutshellfool

Change to RestKit (arc 64-bit) BAAO = no

libgin avatar Sep 04 '15 16:09 libgin