-
在xcode7.3中使用Carthage编译得到YTKKeyValueStore.framework,提示Missing required module 'SQLite'
-
有 cocoapods 支持了, 怎能不增加 carthage 支持?
-
编译步骤:
1、设置Build Libiraries for Distribution 为true
2、用xcode12环境下使用carthage命令去生成xcframwork,命令如下:carthage build --no-skip-current --use-xcframeworks
3、在xcode13引用handyjson,编译报错。信息如下:
Failed to build m…
-
* carthage install method: [ ] .pkg, [ x] homebrew, [ ] source
* `which carthage`: /usr/local/bin/carthage
* `carthage version`: 0.32.0
* `xcodebuild -version`:
* Are you using `--no-build`?
…
ghost updated
5 years ago
-
Hello,
My carthage update doesn't work at the compiling. I followed tips online to change the optimization level to "fast single" and rerun, but got below errors.
Please help out. I'm interested in…
-
- `0.18`:
- `Xcode 7.3.1
Build version 7D1014`:
- Are you using `--no-build`? No
- Are you using `--no-use-binaries`? Yes
- Are you using `--use-submodules`? No
**Cartfile**
```
github "/AudioEn…
-
I get the following error when trying to `carthage update`
`Parse error: expected submodule commit SHA in output of task (ls-tree -z HEAD submodules/HPGrowingTextView) but encountered:`
That submodu…
-
now that it supports binaries, would be a great addition especially since carthage is pretty buggy in xcode 12
-
/Users/mohamedabdelhafez/xcode-projects/demos/ESPPOC/Carthage/Build/iOS/SwiftyWebRTC.framework/SwiftyWebRTC compiled with older version of Swift language (unknown ABI version 0x06) than previous files…
-
Steps to Trigger Behavior
build project in xcode 15.0 - 15.3
Link to Minimal Reproducible Example
Expected Behavior
successful to run.
Actual Behavior
Have some error.
Cannot load…
KK817 updated
6 months ago