草庐IT

have_library

全部标签

c# - 消息队列异常 : Queue does not exist or you do not have sufficient permissions to perform the operation

在这行代码中,我遇到了我提到的错误我将MSMQ_NAME声明为如下字符串privateconststringMSMQ_NAME=".\\private$\\ASPNETService";privatevoidDoSomeMSMQStuff(){using(MessageQueuequeue=newMessageQueue(MSMQ_NAME)){queue.Send(DateTime.Now);//Exceptionraisesqueue.Close();}} 最佳答案 您能否首先验证以下位置是否存在名为“ASPNETService

ios - JUCE 和 React Native - 链接器错误 "ld: library not found for -lReact"

我在使用CocoaPods和ReactNative时遇到这个链接器错误:ld:找不到-lReact的库我已按照https://facebook.github.io/react-native/docs/embedded-app-ios.html#content上的指南进行操作我正在尝试与现有的iOS项目集成,这是一个JUCEC++项目。JUCE生成Xcode项目文件所以我相信我需要使用Cocoapods方法。我正在做的步骤是:从Introjucer创建或保存iOS版本项目从项目的根目录(与.jucer文件一起)运行npminstallreact-native按照指南在Builds/iOS

ios - ld : library not found for -lGoogleAnalyticsServices clang: error: linker command failed with exit code 1 (use -v to see invocation)

我正在尝试将GoogleAnalytics(分析)集成到我的iOS应用程序中。但是在添加Xcode5中的最新版本GoogleAnalyticssdk(v3.01)后无法构建。我已经包含了所有依赖库/框架,但仍然不行。下面是事件日志:Ld/Users/yashsoni/Library/Developer/Xcode/DerivedData/Draft-MovieApp-dnrjzfyordxcuggjpxwhqsoydvvy/Build/Products/Debug-iphoneos/RamLeela.app/RamLeelanormalarmv7cd/Users/yashsoni/Do

ios - 使用 cocoapods 安装时,我得到 framework not found <library>

我通过cocoapods安装了GoogleSignIn,但是当我尝试编译时遇到了这个错误ld:frameworknotfoundGoogleAppUtilitiesclang:error:linkercommandfailedwithexitcode1(use-vtoseeinvocation)我的Podfile是这样的:#Uncommentthislinetodefineaglobalplatformforyourprojectplatform:ios,'8.0'target'Project_name'dopod'PayPal-iOS-SDK'pod'Google/SignIn'#C

iphone - EAOutputStream 写入 :maxLength: - 230 failed to write because stream does not have space available

我在用这个。在我将我的iPhone升级到IOS6.1之前,它运行良好。[[session_iposoutputStream]write:ui8BuffmaxLength:tot];现在它给出错误信息:ERROR-/SourceCache/ExternalAccessory/ExternalAccessory-213/EAOutputStream.m:-[EAOutputStreamwrite:maxLength:]-230failedtowritebecausestreamdoesnothavespaceavailable 最佳答案

iphone - DYLD_INSERT_LIBRARIES 和 iPhone

我了解Apple不支持在iPhone应用程序中使用动态库。但是我们正在开发内部应用程序,并且我们有使用动态库的独特要求。我们的要求是加载动态库作为“iPhone”应用程序启动的一部分。我读到DYLD_INSERT_LIBRARIES就是为了这个目的。所以我编辑了Info.plist并添加了下面的条目。LS环境DYLD_INSERT_LIBRARIES@executable_path/sample.dylib但是好像没有效果。你能告诉我你的想法吗?非常感谢您在这方面的帮助。谢谢--尼奥 最佳答案 我找到了一种使用optool将LC_L

ios - 我如何告诉 Cocoapods 从当前目标继承 LIBRARY_SEARCH_PATHS?

在我的项目中,我们链接了一些我们在源代码控制下的二进制库。我们还使用Cocoapod,它提供二进制形式的库。在项目级别,我们指定本map书馆的图书馆搜索路径。当我们将二进制Cocoapod添加到此目标时,生成的xcconfig文件设置了LIBRARY_SEARCH_PATHS配置变量,并与我们的项目设置冲突。我们看到这个警告:[!]The`MyProject[Debug]`targetoverridesthe`LIBRARY_SEARCH_PATHS`buildsettingdefinedin`Pods/TargetSupportFiles/Pods-MyProject/Pods-My

android - android 中是否有任何等效的 CI Image library(ios)?

我在iOS中看到了名为CoreImage的优秀默认库。如何在iOS核心图像过滤器中使用相同的过滤器在android中应用?android中是否有任何等效的库?或者如何在android中使用核心图像库? 最佳答案 以下是一些可能对您有所帮助的图像处理库:链接如下:GPUImageforAndroidAndroidImageFilteringAndroidFastImageProcessingFrescoProcessorsGlideTransformationsImageProcessingLibJJILPicassoTransfor

ios - iOS6 上的自动布局问题 : "All dependent constraints should have been removed from the engine and also from the view' s list of dependent constraints"

有没有人遇到过这个与自动布局相关的警告消息:Alldependentconstraintsshouldhavebeenremovedfromtheengineandalsofromtheview'slistofdependentconstraints目前,我们有一些footerView,里面有几个按钮,它们根据需要隐藏或显示。我们到处都使用完全自动布局。这是隐藏/显示此footerView的方法:-(void)hideFooterView:(BOOL)shouldHide{self.containerViewBottomConstraint.constant=shouldHide?0:

ios - 带有 Xcode 6.1.1 的静态库和 cocoapods - ld : library not found Error

不确定它与Xcode6.1.1或Cocoapods0.35.0相关。我已经使用Xcode6.1.1生成了新的静态iOS库。成功(没有cocoapods)生成模拟器和设备库Lipo并生成FATMyLib.astaticfinallib创建新的ViewApplication项目。(我没有更改任何默认设置。例如BaseSDK、ValidArchitecture。)手动将MyLib.a和必要的头文件添加到应用程序项目中。构建应用程序项目并且运行良好!!没有错误没有警告。错误将相同的MyLib.a和header(上面生成的)上传到HTTP直接下载服务器(一种工件服务器)。生成规范和podfile