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