Xcode build setting 때 inherited 의미
·
개발일기/IOS
상속이라는 의미로 나보다 한단계 낮은 우선순위의 값을 상속받겠다는 뜻! build setting에서 우선순위는 1. 타겟의 설정값 2. 설정파일의 설정값 3. 프로젝트의 설정값 4. 기본값 Pod에서는 설정파일의 설정값(Config file)을 이용하여 빌드 설정을 세팅한다. 하지만 Pod 에서 설정한 것 보다 개발자가 타겟에 직접 설정한 세팅이 우선순위가 높기 때문에 Pod은 건들 수 없게 된다.
[UiKit] pod install 오류
·
개발일기/IOS
[!] CocoaPods could not find compatible versions for pod "MobWithAD": In Podfile: MobWithAD (= 1.2.4)None of your spec sources contain a spec satisfying the dependency: `MobWithAD (= 1.2.4)`.You have either: * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`. * mistyped the name or version. * not added the source repo that hosts the Pod..