TroubleShooting/ios 4

[iOS] Unit Test run fail - Test runner naver began excuting tests after launching.

1. 증상 XCode에서 Unit test 혹은 UI Test를 실행하면 simulator가 실행되면서 splash screen이 뜨지만 이후 test들이 실행되지 않고 일정시간 후 아래와 같은 error message와 함께 실패 한다. 2. 원인 현재 apple 에서 명확한 원인은 설명하고 있지 않고 mac 과 XCode, simulator에서 실행되는 iOS의 version에 dependency가 있는걸로 보여진다. 필자는 현재 MAC 12.1(21C52), XCode Version 13.2.1 (13C100), iOS 15 에서 테스트 중이고 이 경우 위와 같이 error가 발생 3. 해결 방법 Apple 에서 해결해줘야 하나 당장 뚜련한 해결책을 내놓지 않고 있기 때문에 임시방편을 사용해서 회피..

TroubleShooting/ios 2022.02.18

[iOS] NaverMap build error - Undefined symbols for architecture

ld: warning: ignoring file /User/xxx/.../Pods/NapsMap/framework/NMapsMap.framework/NMapsMap, building for iOS Simulator-x86_64 but attempting to link with file build for unknown-unsupported file format (... Undefined symbols for architecture x86_64 1. 증상 naver map SDK를 pod로 설치 후 빌드시 발생하는 build error 2. 원인 naver map을 SDK로 설치 할때에 대용량 파일을 git에서 정상적으로 받아 오지 못해서 발생하는 현상 이는 git-lfs를 적용함으로 해결 할 수 있다. 3..

TroubleShooting/ios 2022.02.16

[React Native] Pod 설치 error - Couldn't install Pods. Updating the Pods project and trying again...

1. 증상 React Native의 project 생성하고 최초 ios빌드를 위해서 pod install 을 하게 되는데 이때 발생하는 error. Terminal 에서 npx pod-install 실행시 아래와 같이 error 가 발생한다. 더보기 $>npx pod-install npx: 1개의 패키지를 0.869초만에 설치했습니다. Scanning for pods... 1.11.2 > pod install Using Expo modules Analyzing dependencies Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec` Fet..

TroubleShooting/ios 2022.02.16

[ReactNative] Build Error : Command PhaseScriptExecution failed with a nonzero exit code

Error: Could not find node. Make sure it is in bash PATH or set the NODE_BINARY environment variable. Command PhaseScriptExecution failed with a nonzero exit code 바쁘신 분들은 아래 3번 항목의 해결 방법만 보시면 됩니다. 1. 증상 위의 그림과 같이 React Native설치/설정하고 최초 빌드시 발생할 수 있는 build error 이다 2. 원인 내용을 보면 $> /bin/sh -c /Users/pokers/Library/Developer/Xcode/DerivedData/petProject-fqxqdrnzsexhqfenqxiavodrtzzj/Build/Intermediat..

TroubleShooting/ios 2022.02.16