Which version of CocoaPods are you using? The 1.5 ? (you can run 'pod --version).
Are you using use_frameworks?
Thank you,
Best regards,
Olivier
S
Sourav Chandra
said
over 2 years ago
Hey,
My cocoapods version is 1.5. Swift 4.1 and yes I'm have `use frameworks!` in Podfile
O
Olivier @MyScript
said
over 2 years ago
Dear Sourav,
as you can see in the following blog post, developers are no longer restricted into specifying use_frameworks in their Podfile in order to install pods that use Swift: http://blog.cocoapods.org/CocoaPods-1.5.0/
Sourav Chandra
I am getting an error which says
Umbrella header 'MyScriptInteractiveInk-Runtime-umbrella.h' not found
This is right after I try to do a pod install and build.
I had to fork out of a couple of libraries. Then I removed `use frameworks!` and it worked.
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstOlivier @MyScript
Dear Sourav,
thank you for your question.
Are you using Objective-C, or swift?
Which version of CocoaPods are you using? The 1.5 ? (you can run 'pod --version).
Are you using use_frameworks?
Thank you,
Best regards,
Olivier
Sourav Chandra
Hey,
My cocoapods version is 1.5. Swift 4.1
and yes I'm have `use frameworks!` in Podfile
Olivier @MyScript
Dear Sourav,
as you can see in the following blog post, developers are no longer restricted into specifying use_frameworks in their Podfile in order to install pods that use Swift: http://blog.cocoapods.org/CocoaPods-1.5.0/
In order to remove the error,please remove it: https://developer-support.myscript.com/support/discussions/topics/16000022948
Best regards,
Olivier
Sourav Chandra
Hi,
My other pods which contains NIB files stop compiling if I don't enable `use frameworks!'. So I think this has to be there.
Olivier @MyScript
Dear Sourav,
please dig into all your NIB file, but you should no longer need it.
On our side, if use_frameworks is set, you will not be able to link the iink sdk.
Best regards,
Olivier
Sourav Chandra
I had to fork out of a couple of libraries. Then I removed `use frameworks!` and it worked.
Olivier @MyScript
Dear Sourav,
thank you for the update. I am glad it is solved.
Best regards,
Olivier