Swift
SWIFT
JunsC
2024. 2. 2. 00:07
728x90
스위프트 작업하면 알게 된 것들이나 유용하게 사용될 부분들을 모아보았다
IOS xcode 는 작업할 부분이 상대적으로 많다
하지만 적응하다보면 오히려 AOS 보다 편하다고 느낀다고들 하지만 아직 나는 적응이 되질 않았나 보다... ㅎㅎㅎ
IOS 아이콘 생성 사이트
IOS Version 업데이트
https://github.com/filsv/iOSDeviceSupport
https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport
를 통해서
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
이 경로에다 저장하기
IOS DerivedData 오류 해결 사이트
Target -> NotificationServiceExtension 넣을시 오류 관련 사이트
https://gyuios.tistory.com/158
IOS Pod 관련 명령어
cd ios
pod cache clean --all
rm -rf Podfile.lock
rm -rf Pods
pod repo update
pod install
Swift 동적 코드 관련 유용 사이트
https://ios-development.tistory.com/785