본문 바로가기

iOS

NMapsMap 네이버 맵 링크 에러 Pods/NMapsMap/framework/NMapsMap.framework/NMapsMap, building for iOS Simulator-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F ) 네이버 pod 설치 전 해당 작업들을 해준다 1. sudo gem install cocoapods // cocoapods 설치 2. brew install git-lfs // homebrew 사용시 git-lfs 설치 (home brew 설치 방법 - 터미널 -> 아래 명..
The app delegate must implement the window property if it wants to use a main storyboard file. iOS 12에서 나오는 문제다. AppDelegate.h 에 UIWindow *window 를 추가해주면 잘된다
[swift] Action extension iOS13 iOS13 이하에서는 잘되던 loadItem이 13부터는 파일을 못가져오는 에러가 발생한다. ㅠㅠ provider.loadItem(forTypeIdentifier: kUTTypeData as String, options: nil, completionHandler: { (string, error) in let data = NSData.init(contentsOf:string as! URL) }) 해결 방안 : kUTTypeData 타입을 kUTTypeURL변경하여 해보자!! provider.loadItem(forTypeIdentifier: kUTTypeURL as String, options: nil, completionHandler: { (string, error) in let data = NSData...
iOS 13.1 beta 2 1. downLoad Link https://developer.apple.com/download/ 로그인 - Apple idmsa.apple.com 2. release note https://developer.apple.com/documentation/ios_ipados_release_notes/ios_ipados_13_1_beta_2_release_notes?language=objc iOS & iPadOS 13.1 Beta 2 Release Notes | Apple Developer Documentation Article iOS & iPadOS 13.1 Beta 2 Release Notes Update your apps to use new features, and test your apps agains..
iOS 13 개발관련 변경점.. 1. Swift 5.1 - iOS13이 되면서 Swift5.0으로 complie된 라이브러리나 프레임워크는 5.1로 재컴파일이 필요한것으로 보임 2. UI - Dark mode 지원으로 인해 기존 디폴트 color나 이미지등 수정 필요 - 기존 constraint와 코드로 조정하는 경우 UI가 틀어지는 경우가 발생 ios13분기 처리 필요 3. Apple login - Apple 로그인 사용 권장을 위해 소셜로그인 등 외부 로그인이 가능한경우 apple로그인을 적용해야 하는 경우가 발생할수도 있음 (리젝사유인지는 추후 검토)
iOS 13.1 beta 1. downLoad Link https://developer.apple.com/download/ 로그인 - Apple idmsa.apple.com 2. release note https://developer.apple.com/documentation/ios_ipados_release_notes/ios_ipados_13_1_beta_release_notes?language=objc iOS & iPadOS 13.1 Beta Release Notes | Apple Developer Documentation Article iOS & iPadOS 13.1 Beta Release Notes Update your apps to use new features, and test your apps against API ..
iOS13 beta8 1. downLoad Link https://developer.apple.com/download/ 로그인 - Apple idmsa.apple.com 2. release note https://developer.apple.com/documentation/ios_ipados_release_notes/ios_ipados_13_beta_8_release_notes?language=objc iOS & iPadOS 13 Beta 8 Release Notes | Apple Developer Documentation Article iOS & iPadOS 13 Beta 8 Release Notes Update your apps to use new features, and test your apps against API ..
iOS13 Beta 7 1. downLoad Link https://developer.apple.com/download/ 로그인 - Apple idmsa.apple.com 2. release note https://developer.apple.com/documentation/ios_ipados_release_notes/ios_ipados_13_beta_7_release_notes?language=objc iOS & iPadOS 13 Beta 7 Release Notes | Apple Developer Documentation Article iOS & iPadOS 13 Beta 7 Release Notes Update your apps to use new features, and test your apps against API ..