Hi,
Apologies if this is posted in the wrong forum but has anyone else had any issues with building the alfresco-mobile project?
I have downloaded from bitbucket but as soon as I try building the project through XCode I get the following error:
Initializing 'GCFloat' (aka 'float') with an expression of incompatible type 'id'
Instance method '-groupedCellMarginWithTableWidth' not found (return type defaults to 'id')
I had managed to get round that error by moving the groupedCellMarginWithTableWidth method above the cellForRowAtIndexPath in the file FDChoiceCellConroller.m but now get the following error whilst building:
Undefined symbols for architecture i386:
"_NSURLIsExcludedFromBackupKey", referenced from:
_addSkipBackupAttributeToItemAtURL in Utility.o
ls: Symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Very new to any iOS development however was quite keen to get this building to see what customisation was possible.
Thanks
Garry