I used the https server url that I can't expose here, This is XCFramework used for iOS and simulator.
For building XCFramework I used :-
`xcodebuild archive
-scheme Framework
-archivePath ~/Desktop/archive/Framework.xcarchive
-sdk iphoneos
SKIP_INSTALL=NO
xcodebuild archive
-scheme Framework
-archivePath ~/Desktop/Framework.xcarchive
-sdk iphonesimulator
SKIP_INSTALL=NO
Set BUILD_LIBRARY_FOR_DISTRIBUTION = yes in settings
`xcodebuild -create-xcframework
-framework ~/Desktop/Framework-iphonesimulator.xcarchive/Products/Library/Frameworks/Framework.framework
-framework ~/Desktop/Framework-iphoneos.xcarchive/Products/Library/Frameworks/Framework.framework
-output ~/Desktop/archive/Framework.xcframework
I am able to download zip file from server, That i can see in my artifact folder in derived data folder. But my package file always show the same error
Getting error when integrating binary framework in SPM, Does not contain expected binary artifact
Topic:
Graphics & Games
SubTopic:
General
Tags: