Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 497 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 497 Bytes

inline-host-carthage

run this

cd .carthage
carthage build --platform iOS --no-use-binaries --use-xcframeworks

use local built Carthage in inlineHost

cd .carthage
# clean build
rm -rf ./Carthage/Build/*
carthage build --platform iOS --no-use-binaries --use-xcframeworks

# backup ./Carthage/Build/* if needed

# complete overwrite Carthage in inlineHost repo
rm -rf {root_of_inlineHost}/Carthage/Build/*
cp -r ./Carthage/Build/* {root_of_inlineHost}/Carthage/Build/