iink SDK on Device

Answered

Pod File installation error - iOS

Im my own project I try to install the MyScript pod file (pod 'MyScriptInteractiveInk-UIReferenceImplementation', :path => '../..').But its shows an error [!] No podspec found for `MyScriptInteractiveInk-UIReferenceImplementation` in `../..`.

So please help me to resolve this issue?


Best Answer

Dear Kannan,


Thank you for your project.

We have do some tests and it seems you should update your podfile to :


platform :ios, '9.1'

target 'MyScriptDoctor' do

  # Pods for MyScriptDoctor
  pod 'SwiftSignatureView'
  pod 'MyScriptInteractiveInk-UIReferenceImplementation', :path => '.'

end


Hoping this will solve your issue.


Regards,


Maël


Dear Kannan,


It seems you don't set properly your configuration.

Indeed, you need to refer to your configuration file like in our GetStarted example : https://github.com/MyScript/interactive-ink-examples-ios/blob/master/Examples/GetStartedSwift/GetStartedSwift/Classes/AppDelegate.swift#L34


You can either look at the GettingStarted documentation in our developer site : https://developer.myscript.com/docs/interactive-ink/1.2/ios/fundamentals/interactive-ink-runtime/#configuring-the-recognition


Regards,


Maël

Hi Mael,

When I try to write something it shows "CONFIGURATION BUILD NOT FOUND"

How can I resolve this issue "Bundle en_US"?

Hi I have one problem,

While i write something in the line, suddenly it shows "Configuration bundle was not found"


image

Dear Kannan,


I'm glad we finally solved your issue.


Regards,


Maël

Thank you so much it's woking now..if i have any problem I let you know.

Answer

Dear Kannan,


Thank you for your project.

We have do some tests and it seems you should update your podfile to :


platform :ios, '9.1'

target 'MyScriptDoctor' do

  # Pods for MyScriptDoctor
  pod 'SwiftSignatureView'
  pod 'MyScriptInteractiveInk-UIReferenceImplementation', :path => '.'

end


Hoping this will solve your issue.


Regards,


Maël

This was my GitHub source link "https://github.com/kannanBliss/MyScriptiOSTest.git"

After you correcting my project please tell me what is wrong with my project.Because if its working ,we should furtherly move to integrate it into our project (iOS,Android and Backend).

Dear Kannan,


You can either put it on a FTP or any remote repository and send us the link.


Regards,


Maël

How can I send my project to you?

There is no button to upload my project.Please tell me you Email ID.

Dear Kannan,


Sure, you can send me your test project and i'll investigate further.


Regards,


Maël

can i give my whole test project (For Myscript SDK integration) to you?

Can you figure out the what is the issue in my Project?

Because I spend lot of time for integrate it into my project.

I updated my repo.But it does not work

image


Dear Kannan,


Can you please check your CocoaPods version ?

You may need to do :

pod repo update


Regards,


Maël

Hi.. is there is anybody to resolve my issue?

I tried but it doesn't work,But this time it shows an following error,

image

My POD FILE code was:

platform :ios, '9.1'

target 'MyScriptDoctor' do

 # Pods for MyScriptDoctor

 pod 'MyScriptInteractiveInk-UIReferenceImplementation'

end