-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
-
environment:
CocoaPods : 1.7.5
Xcode : 10.3 (10G8)
cocoapods-binary : 0.4.4 -
issue
when I install this with cocoapods-binary:
plugin 'cocoapods-binary'
use_frameworks!
target 'MyApp' do
pod 'Kingfisher', '5.2.0' , :binary => true
I get this error:
error: could not find module 'Kingfisher' for architecture 'i386'; found: arm64, x86_64, arm, armv7
However, when I remove this code : :binary => true
, then everything is ok
And the same issue with other libraries
Metadata
Metadata
Assignees
Labels
No labels