xcode 14.3으로 업데이트이후 시뮬레이터에서 빌드시 ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a clang: error: linker command failed with exit code 1 (use -v to see invocation) 에러가 발생한다. flutter에서도 동일하게 에러가 발생하였는데 xcode 14.3부터는 ios 11.0미만으로는 지원을 하지 않는지 Targets에 있는 모든 Minimum Deployments를 빨간색 네모친 부분을 11.0으로 변경하니 시뮬레이터에서 정상적으로 빌드가..
xcode에서 앱을 배포하고자 아카이브시 PhaseScriptExecution failed with a nonzero exit code 에러가 발생하여 원인을 찾아보았더니 xcode가 버전이 업데이트 되면서 문제가 생긴듯 보였다. 그래서 열심히 찾아본 결과 Pods-ProjectName-frameworks.sh 에서 source="$(readlink "${source}")" 를 찾아서 source="$(readlink -f "${source}")" 로 변경하였더니 정상적으로 아카이브가 진행되었다. Pods-appname-frameworks.sh 경로는 다음과 같았다. ios projectFolder/Pods/Target Support Files/Pods-ProjectName/Pods-ProjectName..
맥에서 오픈소스 라이브러리를 다운받으려면 cocoaPod 가 설치되어야한다. 우선 터미널을 실행한다. 1. sudo gem install cocoapods 를 터미널 명령어 창에 입력한다.2. 패스워드를 묻는데 맥북에 로그인할때 쓰는 패스워드를 입력한다. 3. 터미널에 로그들이 쭈루룩 뜨면서 설치가 된다. 설치 완료 4. pod setup을 터미널창에 입력한다. 입력하면 다음과 같이 git에서 cocoaPods 관련 파일을 다운로드 받는데 다운 다 될때까지 기다리자. 5. 다운로드가 다 되면 xcode 프로젝트가 위치한 경로로 이동하여 pod init 을 입력하고 해당 명령어를 실행시킨다.pod init 실행하면 podFile이 생성된다. 6. vi로 PodFile을 열고 PodFile을 편집한다. AF..
고객사에서 신규 업데이트가 있을 경우 앱 실행시 팝업창을 출력해달라고해서 만들어보았다. -(void)verCheck{ NSDictionary *bundleInfo = [[NSBundle mainBundle] infoDictionary]; NSString *bundleIdentifier = [bundleInfo valueForKey:@"CFBundleIdentifier"]; NSURL *lookupURL = [NSURL URLWithString:[NSString stringWithFormat:@"http://itunes.apple.com/lookup?bundleId=%@", bundleIdentifier]]; NSData *lookupResults = [NSData dataWithContentsOfURL:..
- Total
- Today
- Yesterday
- com.google.android.gms.common.api.ApiException: 10:
- NSPrivacyAccessedAPICategoryUserDefaults
- Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
- NSPrivacyAccessedAPICategorySystemBootTime
- 해결방법
- Firebase
- 아이폰
- 수경재배키트
- ios pod install error
- ios 앱 심사상태
- 베란다 수경재배
- ios
- NSPrivacyAccessedAPICategoryDiskSpace
- 리눅스 python3 설치
- 슬랙으로 보내기
- flutter build ipa
- but linking in object file
- CDN: trunk URL couldn't be downloaded
- MySQL
- aws python3.12
- python3.12 설치
- Response: Failure when receiving data from the peer
- PlatformException(sign_in_failed
- google play appcheck
- Flutter
- ITMS-91053: Missing API declaration
- Xcode
- NSPrivacyAccessedAPICategoryFileTimestamp
- EC2
- Error (Xcode): Target release_unpack_ios failed: Exception: Binary
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |