Anyline / anyline-ocr-examples-ios

Example configurations of the Anyline OCR SDK.
https://anyline.com
Other
49 stars 12 forks source link

'Anyline/Anyline.h' file not found #18

Closed mauryabip closed 2 years ago

mauryabip commented 3 years ago

Issue in pod 'Anyline', '~> 27' or above pod '26' is not having US licence plate scan

Please let me know which pod version have US licence plate scan

philippAnyline commented 3 years ago

Hi @mauryabip, US LicensePlate scanning is only available since Anyline 29. I'd recommend to use Anyline 29.1

Regarding "Anyline.h not found": Since Anyline 27, the Anyline SDK has to be set to "Embed & Sign" in your target's "General" tab. Although cocoapods should configure that for you automatically. Please try out Anyline version 29.1 and let us know if your issue still persists. Thanks!

philippAnyline commented 3 years ago

If you are looking for features / fixes / improvements in the future, please check out our release notes here

mauryabip commented 3 years ago

Hi @mauryabip, US LicensePlate scanning is only available since Anyline 29. I'd recommend to use Anyline 29.1

Regarding "Anyline.h not found": Since Anyline 27, the Anyline SDK has to be set to "Embed & Sign" in your target's "General" tab. Although cocoapods should configure that for you automatically. Please try out Anyline version 29.1 and let us know if your issue still persists. Thanks!

@philippAnyline i have used Anyline 29.1 but still getting same issue. Please look into this

philippAnyline commented 3 years ago

Could you please provide some details? Did the Anyline SDK ever work for you, or did you always have the issue with "Anyline.h" not found? Can you please send your podfile?

Another thing that you could try is: Delete your workspace, podfile.lock and the pods folder and run "pod repo update && pod install" again.

mauryabip commented 3 years ago

@philippAnyline I have tried your demo code and it is working fine. Now i am trying with pod and Anyline 26 is working fine but below pod throwing error Podfile: target 'PlateScanTest' do

use_frameworks!

pod ‘Anyline’

end

philippAnyline commented 3 years ago

What error do you get? Anyline.h not found?

mauryabip commented 3 years ago

@philippAnyline PFA of error Pod: Anyline 29.1

Screenshot 2021-03-18 at 5 29 47 PM

ghost commented 3 years ago

Hi @mauryabip, can you send me a picture of your build settings architecture tab, like the picture below

image

in case you didn't do yet, delete the podfile.lock then try to run

pod deintegrate pod cache clean --all

delete all remaining files related to pods in your project folder except for the Podfile

pod install

and uncomment #use_frameworks! line in the cocoapods

and let me know if any of this helps

mauryabip commented 3 years ago

@renatoAnyline @philippAnyline I have tried again to add pod but same issue

Screenshot 2021-03-19 at 10 23 53 AM

mauryabip commented 3 years ago

@philippAnyline Please check Pod: Anyline 26.1 and above one is Pod: Anyline 29.1

Screenshot 2021-03-19 at 12 01 21 PM

mauryabip commented 3 years ago

Hi @renatoAnyline @philippAnyline

Any update over above issue

aaronmchugh commented 3 years ago

@mauryabip I was having the same problem with building iOS in Ionic but maybe your situation is different. This solution worked for me with v26.1.

Follow Philipps steps outlined above.

Add pod 'Anyline' to Podfile before adding plugin.

Run commands: ionic cordova plugin add io-anyline-cordova@26.1

ionic cordova build ios

Just in case anyone else is having the same issue with Ionic.

anthonymediaconcepts commented 3 years ago

Hi Anyline Team and fellow Dev Team

I have the same issue for 29.1

We are updating the Anyline plugin to get ready for Production release, so a solution to this will be most appreciated

@aaronmchugh , will try 26.1, but i think it will be good to use the latest release.

Thank you

berndkamplanyline commented 2 years ago

We don't actively monitor the Github Issues, please raise a support request using the Anyline Helpdesk. Link to Anyline Helpdesk: https://anyline.atlassian.net/servicedesk/customer/portal/2/group/6

When raising a support request based on this Github Issue, please fill out and include the following information:


Support request concerning Anyline Github Repository: [URL to relevant Anyline Github Repository here] Support request based on Github Issue: [URL to relevant Github Issue here]


Thank you so much!