본문 바로가기 메뉴 바로가기

개키우는 개발자

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

개키우는 개발자

검색하기 폼
  • 분류 전체보기 (36)
    • IT (33)
      • 프로그래밍 (15)
      • 모바일 (13)
      • DB (3)
      • OS (2)
    • 하고싶은거 해보자구 (2)
      • 창업일지 (0)
      • 수경재배 (1)
      • 곤충키우기 (0)
      • 우리집 단풍이 (0)
      • 창업 아이디어 기록하기 (1)
  • 방명록

ios (5)
ios / flutter 시뮬레이터 빌드시 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a 에러 해결방법

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으로 변경하니 시뮬레이터에서 정상적으로 빌드가..

IT/모바일 2023. 4. 3. 16:29
xcode 14.3 아카이브시 PhaseScriptExecution failed with a nonzero exit code 에러 해결방법

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..

IT/모바일 2023. 4. 3. 16:15
cocoaPod install

맥에서 오픈소스 라이브러리를 다운받으려면 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..

IT/모바일 2018. 1. 31. 01:12
[IOS] 앱스토어 버전 체크 팝업 만들기

고객사에서 신규 업데이트가 있을 경우 앱 실행시 팝업창을 출력해달라고해서 만들어보았다. -(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:..

IT/모바일 2016. 6. 24. 13:21
[ios] Frame for "___" will be different at run time.

Frame for "____" will be different at run time. 이라는 메시지가 뜨면, 1. 오류가 뜬 view를 선택한다. 2. [Command] + [Option] + [=] 을 누른다.

IT/모바일 2015. 6. 2. 09:30
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • ios 앱 심사상태
  • 베란다 수경재배
  • flutter build ipa
  • EC2
  • google play appcheck
  • Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
  • Flutter
  • aws python3.12
  • Error (Xcode): Target release_unpack_ios failed: Exception: Binary
  • 해결방법
  • 리눅스 python3 설치
  • NSPrivacyAccessedAPICategoryDiskSpace
  • ITMS-91053: Missing API declaration
  • NSPrivacyAccessedAPICategoryUserDefaults
  • CDN: trunk URL couldn't be downloaded
  • 아이폰
  • but linking in object file
  • NSPrivacyAccessedAPICategoryFileTimestamp
  • Xcode
  • Response: Failure when receiving data from the peer
  • python3.12 설치
  • ios pod install error
  • MySQL
  • 슬랙으로 보내기
  • 수경재배키트
  • PlatformException(sign_in_failed
  • NSPrivacyAccessedAPICategorySystemBootTime
  • com.google.android.gms.common.api.ApiException: 10:
  • ios
  • Firebase
more
«   2025/05   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바