태그>xcode6(총 8개의 글)
'xcode6' 관련 최근글
-
- Xcode 6 이상 버전에서 ipa 파일 만들기
-
먹보의 백만장자 프로젝트 by Mr먹보|2015/03/27 16:21
Xcode 6 이상버전에서 ipa 파일을 만들려다 보니 만난 오류. 내가 잘못한 것일지 모르겠으나 Organizer 에서 Export - Ad Hoc을 해도 자꾸 개발용 프로파일이 필요하댄다. 그래서 찾은 우회방법 1. Organizer - Archives 에서 해당 Archive 파일 우클릭 - Show in Finde..
- Xcode 6 이상 버전에서 ipa 파일 만들기
-
- xib base localization으로 strings file 추가하기
-
공부가 본업. by 언제나19|2014/08/22 22:20
원래는 http://angelolloqui.com/blog/28-Localization-in-iOS-apps-made-simple대로 localization button을 누르거나 terminal에서 실행iOS Localizable.strings file for XIB files? 그런데, custom ui는 잘 안되네.그리고, text가 attributed text이면 ..
Xcode, beta, Xcode6, beta6, IBDesignable
- xib base localization으로 strings file 추가하기
-
- xcode6부터 UI 작성 좀 쉬워지나 했더니 꼭 그렇지만도 않네
-
공부가 본업. by 언제나19|2014/08/21 15:00
storyboard가 개념은 멋있는데, 상용 제품 개발에서 쓰기에는 너무나 난감한 게 많다.xcode6부터 interface builder가 발전해서, 좀 상황이 나아지려나 생각했는데, 아직은 한계가 있네. playground가 생기니까 code로 적은 ui를 미리보기 해볼 수 있을까 생각했는데,..
- xcode6부터 UI 작성 좀 쉬워지나 했더니 꼭 그렇지만도 않네
-
- Xcode6 beta6 build error 해결
-
공부가 본업. by 언제나19|2014/08/21 14:58
SourceKit이 계속 죽는 문제도 있었다.crash log를 잘 보니까 cocoapod objective c code를 처리 못하고 있길래library 중에 잘 찾아보니https://github.com/NZN/NZCircularImageView가 문제였다.이걸 제외했다. 그 다음에는stringByAddingPercentEncodi..
xcode, beta, xcode6, ios8, xcode-select
- Xcode6 beta6 build error 해결
-
- xcode3, 4에서 swift debugging 불편해 죽겠네
-
공부가 본업. by 언제나19|2014/07/30 22:39
(lldb) po aerror: :11:5: error: use of unresolved identifier '$_lldb_injected_self' $_lldb_injected_self.$_lldb_wrapped_expr_2( ^ (lldb) frame variable -L self self = Printable, DebugPrintable 출력도 잘 안되는 것 같고. Printable123456/// ..
- xcode3, 4에서 swift debugging 불편해 죽겠네
-
- ios Notification Center Today extension 만들기
-
공부가 본업. by 언제나19|2014/06/19 22:21
이미 있는 application project에 target을 추가하는 거였네.추가만 해도 기본 소스는 들어 있으니까 좀 이해가 된다. Extension project templates not appearing in Xcode 6 extension이랑 같이 build할 때, 소스가 섞여서 그런지 자꾸 xcode 6 beta 1이 hang됐..
- ios Notification Center Today extension 만들기
-
- AFIncrementalStore를 xcode6 beta2 swift로 써 보기
-
공부가 본업. by 언제나19|2014/06/19 14:41
헐. 그냥 우선은 AFNetworking을 1.3.4로 낮췄다. Podfile에서 빼 버리면 자동으로 낮춰진다. singleton 쓰기dispatch_once singleton model in swift Global constantlet _SingletonSharedInstance = Singleton()class Singleton { class var shar..
- AFIncrementalStore를 xcode6 beta2 swift로 써 보기
-
- xcode6 swift project에서 cocoapods를 쓰기
-
공부가 본업. by 언제나19|2014/06/16 21:45
objective c source code를 사용하기 bridging header file을 손으로 만들고,project setting에 넣는다.사용할 objective c header를 모두 그 header file안에 안에 적는다. objective c object Instantiate a viewController in Swift let storyboard : UIStor..
- xcode6 swift project에서 cocoapods를 쓰기