일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 코드설게
- Swift
- HomeBrew #MAC
- 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0
- swift하고싶다
- 프로젝트기본설명
- FIRApp configure
- Xcode
- Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
- git
- 설명
- Unable to install
- The iOS deployment target
- ios
- 의존성
- The image set has an unassigned child.
- swift하고싶다.
- duplicate symbols for architecture arm 64
- objectiv-C
- 버전분기
- arch -arm64 brew install
- Swfit
- 영어읽어라
- iOS개발
- error
- Deploument Info
- objectiveC
- 'openURL:' is deprecated: first deprecated in iOS 10.0
- Project File List
- 'AudioSessionSetActive' is deprecated: first deprecated in iOS 7.0 - no longer supported
- Today
- Total
목록ios (11)
행복한 세상의 니노

환경 : MacOS Big Sur 사용언어 : swift 개발 로직 : text 박스에 input Data를 받아 버튼 클릭시 lable에 Hello, [Data] 출력 화면 : 소스코드 : import UIKit class ViewController: UIViewController { @IBOutlet weak var lblNMText: UILabel! @IBOutlet weak var txtName: UITextField! override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. } //SEND Button Class @IBAction func btnSend(_ sender: U..

error code : Thread 1: "[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key txtbox." 해결방법 : 커넥션 삭제 후 재연결 -> Reconnect after deleting connection

문제 : Simulator closes Button 클릭시 Signal sigterm 발생 해결방법 : 시뮬레이터 closes Button으로 시뮬레이터를 종료하지말고 시뮬레이터 실행정지 후 종료 할 것 : Simulator Close Not closes Button -> Xcode Stop running noxt closes Button 참고한 사이트 : discussions.apple.com/thread/3258408