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
Actually I was asked that question on last Friday.But they are not reply to my query on last two days.so I open the new topic to resolve my issue.
Please help me.we need to urgently integrated MyScript into our iOS app.If its successfully integrated , Next we are initiate the integration on android platform.
J
John @MyScript
said
over 4 years ago
Dear Kannan,
Can you please send me your project's folder hierarchy?
This way i can look at it and provide you a better answer.
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 PopularKannan Balasubramanian
Actually I was asked that question on last Friday.But they are not reply to my query on last two days.so I open the new topic to resolve my issue.
Please help me.we need to urgently integrated MyScript into our iOS app.If its successfully integrated , Next we are initiate the integration on android platform.
John @MyScript
Dear Kannan,
Can you please send me your project's folder hierarchy ?
This way i can look at it and provide you a better answer.
Regards,
Maël
Kannan Balasubramanian
John @MyScript
Dear Kannan,
Can you please try to :
1. Uncomment the line "# platform :ios, '9.0'"
2. Update the version from 9.0 to 9.1.
You can have a look at this podfile in our Github repository : https://github.com/MyScript/interactive-ink-examples-ios/blob/master/Examples/GetStartedSwift/Podfile
Let me know if this is usefull.
Regards,
Maël
Kannan Balasubramanian
I'm exactly using the same code what you are give.
Now my POD FILE code was:
platform :ios, '9.1'
target 'MyScriptDoctor' do
# Pods for MyScriptDoctor
pod 'MyScriptInteractiveInk-UIReferenceImplementation', :path => '../..'
end
Kannan Balasubramanian
My Terminal output screenshot was:
Kannan Balasubramanian
I also have a .podspec file in my project:
John @MyScript
Dear Kannan,
It looks like your podfile is on the same directory than your .podspec.
It seems you don't need to specify a path to 'MyScriptInteractiveInk-UIReferenceImplementation' in your podfile.
Can you please try :
Regards,
Maël
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
Kannan Balasubramanian
Hi.. is there is anybody to resolve my issue?
John @MyScript
Dear Kannan,
Can you please check your CocoaPods version ?
You may need to do :
Regards,
Maël
Kannan Balasubramanian
I updated my repo.But it does not work
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.
John @MyScript
Dear Kannan,
Sure, you can send me your test project and i'll investigate further.
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.