leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Doesn't work with Mac Catalyst? #129

Open luxmentis opened 4 years ago

luxmentis commented 4 years ago

I get the following error for any binary pods when building a Catalyst project for Mac:

Building for Mac Catalyst, but linking in dylib built for iOS Simulator, file '/Users/adrian/x/code/fil/app/Pods/CombineExt/CombineExt.framework/CombineExt' for architecture x86_64

When I switch binary off for the offending pod, I just get the same error with the next one.

% pod env | egrep 'CocoaPods |Xcode|cocoapods-binary' CocoaPods : 1.9.3 Xcode : 11.5 (11E608c) cocoapods-binary : 0.4.4 plugin 'cocoapods-binary'