ios2 [iOS] dyld: Library not loaded: @rpath/PagingMenuController.framework/PagingMenuController dyld: Library not loaded: @rpath/PagingMenuController.framework/PagingMenuController이딴식으로 해당 라이브러리가 없다고 나오면...Embedded Binaries에 추가하면됩니다. 스샷참고 참고 : http://stackoverflow.com/questions/29485035/dyld-library-not-loaded-rpath-alamofire-framework-versions-a-alamofire-reason 2016. 10. 31. [XCode] Type "ViewController" does not conform to protocol 'UITableViewDataSource' 에러 Type "ViewController" does not conform to protocol 'UITableViewDataSource' 요딴 에러가 나면 아래 2가지 기본 함수를 선언안해줘서 그렇다.func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell UITableViewDataSource 소스 참고. 2015. 12. 19. 이전 1 다음