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
J
John @MyScript
said
over 4 years ago
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
When I try to write something it shows "CONFIGURATION BUILD NOT FOUND"
How can I resolve this issue "Bundle en_US"?
K
Kannan Balasubramanian
said
over 4 years ago
Hi I have one problem,
While i write something in the line, suddenly it shows "Configuration bundle was not found"
J
John @MyScript
said
over 4 years ago
Dear Kannan,
I'm glad we finally solved your issue.
Regards,
Maël
K
Kannan Balasubramanian
said
over 4 years ago
Thank you so much it's woking now..if i have any problem I let you know.
J
John @MyScript
said
over 4 years ago
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
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).
J
John @MyScript
said
over 4 years ago
Dear Kannan,
You can either put it on a FTP or any remote repository and send us the link.
Regards,
Maël
K
Kannan Balasubramanian
said
over 4 years ago
How can I send my project to you?
There is no button to upload my project.Please tell me you Email ID.
J
John @MyScript
said
over 4 years ago
Dear Kannan,
Sure, you can send me your test project and i'll investigate further.
Regards,
Maël
K
Kannan Balasubramanian
said
over 4 years ago
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.
K
Kannan Balasubramanian
said
over 4 years ago
I updated my repo.But it does not work
J
John @MyScript
said
over 4 years ago
Dear Kannan,
Can you please check your CocoaPods version ?
You may need to do :
pod repo update
Regards,
Maël
K
Kannan Balasubramanian
said
over 4 years ago
Hi.. is there is anybody to resolve my issue?
K
Kannan Balasubramanian
said
over 4 years ago
I tried but it doesn't work,But this time it shows an following error,
My POD FILE code was:
platform :ios, '9.1'
target 'MyScriptDoctor' do
# Pods for MyScriptDoctor
pod 'MyScriptInteractiveInk-UIReferenceImplementation'
Kannan Balasubramanian
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?
Dear Kannan,
Thank you for your project.
We have do some tests and it seems you should update your podfile to :
Hoping this will solve your issue.
Regards,
Maël
- Oldest First
- Popular
- Newest First
Sorted by Newest FirstJohn @MyScript
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
Kannan Balasubramanian
Hi Mael,
When I try to write something it shows "CONFIGURATION BUILD NOT FOUND"
How can I resolve this issue "Bundle en_US"?
Kannan Balasubramanian
Hi I have one problem,
While i write something in the line, suddenly it shows "Configuration bundle was not found"
John @MyScript
Dear Kannan,
I'm glad we finally solved your issue.
Regards,
Maël
Kannan Balasubramanian
Thank you so much it's woking now..if i have any problem I let you know.
John @MyScript
Dear Kannan,
Thank you for your project.
We have do some tests and it seems you should update your podfile to :
Hoping this will solve your issue.
Regards,
Maël
Kannan Balasubramanian
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).
John @MyScript
Dear Kannan,
You can either put it on a FTP or any remote repository and send us the link.
Regards,
Maël
Kannan Balasubramanian
How can I send my project to you?
There is no button to upload my project.Please tell me you Email ID.
John @MyScript
Dear Kannan,
Sure, you can send me your test project and i'll investigate further.
Regards,
Maël
Kannan Balasubramanian
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.
Kannan Balasubramanian
I updated my repo.But it does not work
John @MyScript
Dear Kannan,
Can you please check your CocoaPods version ?
You may need to do :
Regards,
Maël
Kannan Balasubramanian
Hi.. is there is anybody to resolve my issue?
Kannan Balasubramanian
I tried but it doesn't work,But this time it shows an following error,

My POD FILE code was:platform :ios, '9.1'
target 'MyScriptDoctor' do
# Pods for MyScriptDoctor
pod 'MyScriptInteractiveInk-UIReferenceImplementation'
end