iOS/error log
-
[xcode]Failed to register bundle identifier 오류 해결iOS/error log 2022. 4. 28. 10:47
Failed to register bundle identifier: The app identifier "com.WeekFlex" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. No profiles for 'com.WeekFlex' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.WeekFlex'. 폰에다가 빌드하려고 하니 이런 에러가 뜬다. 일단 bundle identifier가 고유하지 않아..
-
[xcode]this class is not key value coding-compliant for the key 에러 원인/해결iOS/error log 2021. 4. 2. 03:43
this class is not key value coding-compliant for the key 자주 보이는 xcode 에러다. Interface Builder 의 구성 에러 설정한 IBOutlet이 없어졌거나 할경우 발생. Tab Bar Controller에 배치한 nib의 경우 Tab Bar Controller 내의 오브젝트클래스랑 nib의 클래스가 일치하지 않는 경우에도 발생. nib에서 Tab Bar Controller의 각 View Controller을 대상 클래스랑 정확히 연결할것 이다. 보통은 금방 해결되는데 이상한 데서 해결이 안될때가 있다. 나같은 경우에는 커스텀 뷰를 만들어두고 nib으로 레지스터하는 부분에서 에러가 발생했는데 알고보니 IBoutlet연결할때 한 개만 file's ..
-
[xcode/swift] Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set? 에러 해결iOS/error log 2021. 3. 7. 17:26
[WindowScene] Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set? 라는 에러가 뜨고 initial controller 설정을 했는데도 안된다면 info.plist 설정을 바꿔주면 된다. info.plist > Application Scene Manifest > Scene Configuration > Application Session Role > Item 0 > Storyboard Name 을 시작하고싶은 스토리보드 이름으로 바꿔주면 됨
-
[xcode] Build input file cannot be found : info.plist 경로 오류 xcode 에러 해결iOS/error log 2021. 3. 6. 23:49
Build input file cannot be found: (경로)/info.plist 이런오류를 접했다. 디렉토리를 찾아보면 실제와 다른 경로가 찍혀있다. 설정에서 info.plist 경로를 실제위치와 같이 바꿔주면 된다. TARGETS >> Build Settings >> info.plist 검색 >> info.plist File 항목을 실제 경로로 바꿔주면 잘 실행된다.
-
[duplicate symbol for architecture x86_64]error in Xcode 해결iOS/error log 2020. 7. 15. 18:16
duplicate symbol '_main' in: /Users/dohan/Library/Developer/Xcode/DerivedData/codingtest-dkaatpqrrfoxtfdsqgwfktsagrbd/Build/Intermediates.noindex/codingtest.build/Debug/codingtest.build/Objects-normal/x86_64/racelist.o /Users/dohan/Library/Developer/Xcode/DerivedData/codingtest-dkaatpqrrfoxtfdsqgwfktsagrbd/Build/Intermediates.noindex/codingtest.build/Debug/codingtest.build/Objects-normal/x86_64/..