-1

I'm trying to integrate Box in iPhone app so that I can upload images on box. I have downloaded the example but its giving me error

here is the error

Error 1.

Undefined symbols for architecture i386:  
    "_NSURLIsExcludedFromBackupKey", referenced from:
          +[BoxLocalFileGroup addSkipBackupAttributeToItemAtURL:] in Box(BoxLocalFileCache.o) ld: symbol(s) not found for architecture
    i386

Error2

unable to open executable
'/Users/bcod/Library/Developer/Xcode/DerivedData/BoxSDK-gzgrgayfjmthqlgnomqiuilpvyai/Build/Products/Debug-iphonesimulator/BoxSDK.app/BoxSDK'

Thanks

user2185354
  • 519
  • 7
  • 23

1 Answers1

0

if you want to integrating Box in Iphone App download the sample project

Deepesh
  • 8,065
  • 3
  • 28
  • 45
  • I'm run that sample but when I navigate to link to download box its giving me safari could not find that link. And the same link when I open on pc I'm able to open that page – user2185354 May 08 '13 at 08:04