Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpsim/cocoapods-static-xcframework-issue
Issue with CocoaPods and static xcframeworks
https://github.com/jpsim/cocoapods-static-xcframework-issue
Last synced: 4 days ago
JSON representation
Issue with CocoaPods and static xcframeworks
- Host: GitHub
- URL: https://github.com/jpsim/cocoapods-static-xcframework-issue
- Owner: jpsim
- Created: 2022-05-18T19:15:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T19:19:56.000Z (over 2 years ago)
- Last Synced: 2025-01-09T02:35:06.301Z (15 days ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issue with CocoaPods and static xcframeworks
To reproduce, run `./repro.sh`. Tested on an M1 Mac running macOS 12.3.1
and Xcode 13.2.1.This assumes you have a local podspec repo called `local-podspecs`.
The validation will fail with the following error:
```
ld: library not found for -lEnvoy_ios_device
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```The static xcframework links properly when dragged directly into Xcode
and when installing via SwiftPM.