Unable to find a specification for `MyScriptInteractiveInk-UIReferenceImplementation`
q
qian bin
started a topic
over 2 years ago
1、 I just download the new version from your github , and my cocoaPod verison is 1.5.0
2、I create a new app and install the pod
3、As your say in git hub ,I add the folder " IInkUIReferenceImplementation" to my project
4、when I install the pod ,it get wrong like below, how to resolve it?
5、I have tried add the file "MyScriptInteractiveInk-UIReferenceImplementation.podspec" to my project 、tried “pod install --repo-update” ,they does work either
Best Answer
J
John @MyScript
said
over 2 years ago
Dear Qian,
With a more recent version of cocoapods you will not need "use-frameworks!" anymore.
qian bin
5、I have tried add the file "MyScriptInteractiveInk-UIReferenceImplementation.podspec" to my project 、tried “pod install --repo-update” ,they does work either
Dear Qian,
With a more recent version of cocoapods you will not need "use-frameworks!" anymore.
We've test it with cocoapods 1.5.3.
Regards,
Maël
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstJohn @MyScript
Dear Qian,
Can you please send me your Podfile ?
This way i can ivestigate further.
Regards,
Maël
qian bin
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'TestIINK' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for TestIINK
pod "MyScriptInteractiveInk-UIReferenceImplementation"
end
John @MyScript
Dear Qian,
The default podfile looks like this :
Can you please try to remove the "use_frameworks!" line ?
Can you try to set the build version to 9.1 instead of 9.0 too ?
Regards,
Maël
qian bin
After I remove the "use_frameworks!" line , I can't add other pods which seems to rely on it.
John @MyScript
Dear Qian,
With a more recent version of cocoapods you will not need "use-frameworks!" anymore.
We've test it with cocoapods 1.5.3.
Regards,
Maël