250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- DOM Parser
- vscode
- centos
- git pull
- Google Cloud
- crontab
- Fail2ban
- root
- https
- html
- Certbot
- home page
- Mac
- SSL
- launch.json
- front page
- new user
- MariaDB
- 구글 클라우드
- CentOS7
- Apache
- wordpress
- php
- Linux
- child theme
- Liniux
- Xdebug
- LetsEncrypt
- mysql
- non-www
Archives
- Today
- Total
목록Software Development Engineering/XCode (iOS & Swift) (1)
between 0 and 1
[xcode] missing "swiftshims" or "Missing Required Modules" when import a modular framework or "modulemap not found"
the simplest way is clean project, remove cached data and reinstall modules. In my case, This helped to solve the issues. Xcode clean project in Xcode (Menu -> Product -> Clean Build Folder) Terminal remove cached data rm -rf ~/Library/Developer/Xcode/DerivedData/ rm -rf ~/Library/Caches/CocoaPods/ reinstall modules pod deintegrate pod update
Software Development Engineering/XCode (iOS & Swift)
2020. 12. 9. 05:14