You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I want to check with you guys if this is a known issue/limitation of this tool
Podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'
use_frameworks!
# https://github.com/leavez/cocoapods-binary
plugin 'cocoapods-binary'
keep_source_code_for_prebuilt_frameworks!
target 'FruitBasket' do
pod 'RxSwift', :binary => true
end
Then I have this agreggate target that creates the xcframework of my library
Upon running of the script, it will throw this error
module 'RxSwift' was created for incompatible target arm64-apple-ios9.0:.../FruitBasket-aggregated-target/Pods/RxSwift/RxSwift.framework/Modules/RxSwift.swiftmodule/arm64.swiftmodule
Hi! I want to check with you guys if this is a known issue/limitation of this tool
Podfile
Then I have this agreggate target that creates the xcframework of my library
Upon running of the script, it will throw this error
Without making it a binary pod is working fine
Env
CocoaPods : 1.11.2
Xcode : 13.2.1 (13C100)
cocoapods-binary : 0.4.4
Sample Project
Cocoapods-binary-xcframework.zip
The text was updated successfully, but these errors were encountered: