yeahdongcn / RSBarcodes

1D and 2D barcodes scanner and generators for iOS7 with delightful controls.
MIT License
383 stars 59 forks source link

Unable to compile with linker error #41

Open ravenshore opened 7 years ago

ravenshore commented 7 years ago

I tried using this with the latest pre release of Cocoapods and Xcode 8.0, then Xcode 8.1 Tried existing project and creating a blank one and adding just this one framework, however always getting the linker error. screen shot 2016-11-03 at 9 34 40 am

mavm84 commented 7 years ago

I have the same issue, i've even changed the "Framework Search Paths" to recursive.

yeahdongcn commented 7 years ago

Are you use RSBarcodes_Swift or Objective-C version? @ravenshore @mavm84

mavm84 commented 7 years ago

Using Objective-C version. i'll try the RSBarcodes_Swift now, i hope it integrates fine with my obj-c app.