草庐IT

TCL_Library

全部标签

objective-c - iOS/Objective-C : library to connect to POP3

我想连接到IMAP和POP3服务器,对于IMAP,我目前正在使用MailCore。很遗憾,我找不到合适的POP3框架。我试过libetpan:mailpop3*pop3;intr;pop3=mailpop3_new(0,NULL);r=mailpop3_ssl_connect(pop3,"pop.gmail.com",995);check_error(r,"connectfailed");但我总是收到连接被拒绝的错误;而且只有C,我更喜欢Objective-C。更好的是一个我可以同时使用的库;IMAP和POP3。 最佳答案 我没用过

ios - "do not back up"属性是否对 'Library/Caches' 中的数据起作用

Apple的datastorageguidelines说明如下:2)Datathatcanbedownloadedagainorregeneratedshouldbestoredinthe/Library/Cachesdirectory....和(强调我的):4)Usethe"donotbackup"attributeforspecifyingfilesthatshouldremainondevice,eveninlowstoragesituations.Usethisattributewithdatathatcanberecreatedbutneedstopersisteveninl

ios - Cocoapods 和 Xcode,ld : library not found for -lAFNetworking

我有这个pod文件包含所有这些库platform:ios,"7.0"target"PPforiPad"dopod'AFNetworking','1.1'pod'RaptureXML','1.0'pod'NoticeView'pod'iVersion'pod'iRate'pod'Facebook-iOS-SDK','3.13.1'pod'StackMob'pod'SSZipArchive'pod'ODRefreshControl'pod'SDWebImage'pod'TPKeyboardAvoiding'pod'LXPagingViews'pod'AQGridView'pod'Googl

ios - ld : library not found for -lBolts using cocoapods

大家我遇到的问题是我无法编译我的应用程序,因为我收到以下错误:ld:librarynotfoundfor-lBoltsclang:error:linkercommandfailedwithexitcode1(use-vtoseeinvocation)我的XCode项目配置为使用cocoapods,这是我的pod列表:pod'Google/Analytics','~>1.0.0'pod'AFNetworking','~>2.0'pod'XCDYouTubeKit','~>2.4.0'pod'FBSDKCoreKit'pod'FBSDKShareKit'pod'FBSDKLoginKit'

ios - 自定义框架未加载 dyld : Library not loaded: @rpath/Custom. 框架/

我有一个带有多个自定义动态框架的应用程序,这意味着我在Xcode6.2上使用iOS8作为SDK。我的Mac在优胜美地。这些框架具有Swift源和资源。该应用程序是分布式企业,因此我只创建一个IPA并通过网页在内部分发,用户可以在该网页上下载和安装该应用程序。该应用程序可以在iPhone5(iOS8.1.2)、iPodTouch(iOS8.2)和iPhone6(iOS8.1.2)模拟器上安装和运行但不能。错误始终是dyld:未加载库:@rpath/Custom.framework/。每当我删除并重新添加框架以尝试修复它时,都会弹出另一个框架,因为它没有加载到iPhone6上。(为什么!!

ios - 椰子足 : Library Not found

我正在尝试运行Cocoapods项目并收到以下错误我尝试了poddeintegrate然后podinstall但它仍然存在。我还尝试从Project->Info->Configuration中删除pod.debug.xcconfig文件,然后从podinstall中删除,但什么也没有。pod.debug.xcconfig由podinstall生成,包含类似${PODS_ROOT}/Headers/Public/AttributedMarkdown的路径但我在ProjectNavigator中找不到'Headers/Public' 最佳答案

ios - CocoaPods 与 React Native : `ld: library not found for -lReact`

我正在将ReactNative与现有的iOS应用程序集成。我关注了guideonintegratingwithanexistingapp.在阅读了有关该主题的其他一些帖子后,我尝试了:在Pod构建中设置架构以匹配项目Xcode中的设置在Scheme中将Pod构建添加/移动到项目构建之上还有什么我可能需要检查的吗? 最佳答案 确保打开由podinstall生成的xcworkspace文件而不是旧的xcodeproj文件,然后选择正确的方案 关于ios-CocoaPods与ReactNati

ios - Google Drive GTL 框架,dyld : Library not loaded: @loader_path/. ./Frameworks/GTL.framework/GTL

我有一个名为Tripla的应用程序,它可以通过适用于iOS8设备的GoogleDrive同步数据。但是,在iOS9设备上同步数据时会崩溃。因此,我尝试通过最新的库升级Google框架并按照教程https://developers.google.com/drive/ios/quickstart进行操作。.这次更新,我收到错误消息-dyld:Librarynotloaded:@loader_path/../Frameworks/GTL.framework/GTL.......imagenotfound在调试时在真实设备上。在查找了许多类似的解决方案之后,例如:将“GTL.framework

objective-c - X代码 4.3 : Static Library Generation

我环顾四周,但我发现的大部分答案都不完整或感觉不完整,让我有些困惑。我已经获得了一个C库,我需要使用XCode4.3将其编译成静态库,然后在单独的iOS应用程序项目中使用,但我不确定如何继续。我不确定目录结构是否重要,但无论如何:Library->Section1->src->.cfiles->sec1->.hfiles->sec1.h->Section2->src->.cfiles->sec2->.hfiles->sec2.h我一直在努力工作:http://blog.stormyprods.com/2008/11/using-static-libraries-with-iphone-

iphone - dyld : Library not loaded:/System/Library/Frameworks/Accounts. 框架/账户

我在iOS模拟器4.2/4.3上运行应用程序时遇到以下错误。它在iOS5上运行良好。dyld:Librarynotloaded:/System/Library/Frameworks/Accounts.framework/AccountsReferencedfrom:/Users/User/Library/ApplicationSupport/iPhoneSimulator/4.3/Applications/FBFD053F-E816-4114-AFEB-D90A6A67259B/SampleApp.app/SampleAppReason:imagenotfound我在我的应用程序中使用