- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试构建一个控制 Belkin 的 WeMo Switch 的应用程序。他们发布了自己的 SDK 来控制他们的产品,我已将它们包含在我的库搜索路径以及我的链接库和框架工作区中。
首先,我尝试为所有架构(包括 arm64)进行编译并得到以下 Mach-O Linker Error
ld: warning: ignoring file /Users/khwaab/src/enimai/iOS/House Control/-
iphoneos/BelkinSDKLibrary.a, missing required architecture arm64 in file
/Users/khwaab/src/enimai/iOS/House Control/-iphoneos/BelkinSDKLibrary.a (3 slices)
ld: warning: ignoring file /Users/khwaab/src/enimai/iOS/House Control/-
iphoneos/WeMoLocalControl.a, missing required architecture arm64 in file
/Users/khwaab/src/enimai/iOS/House Control/-iphoneos/WeMoLocalControl.a (3 slices)
ld: warning: ignoring file /Users/khwaab/src/enimai/iOS/House Control/-
iphoneos/Cybergarage.a, missing required architecture arm64 in file
/Users/khwaab/src/enimai/iOS/House Control/-iphoneos/Cybergarage.a (3 slices)
ld: warning: ignoring file /Users/khwaab/src/enimai/iOS/House Control/-
iphoneos/Reachability.a, missing required architecture arm64 in file
/Users/khwaab/src/enimai/iOS/House Control/-iphoneos/Reachability.a (3 slices)
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_WeMoDiscoveryManager", referenced from:
objc-class-ref in LightControlViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Undefined symbols for architecture armv7s:
"_xmlGetPredefinedEntity", referenced from:
_cg_libxml2_get_entity in Cybergarage.a(cxml_parser_libxml2.o)
"_xmlCreateMemoryParserCtxt", referenced from:
_cg_libxml2_parsewrapper in Cybergarage.a(cxml_parser_libxml2.o)
"_CNCopyCurrentNetworkInfo", referenced from:
+[NetworkUtilities getCurrentWifiAccessPointName] in
BelkinSDKLibrary.a(NetworkUtilities.o)
"_xmlFreeDoc", referenced from:
_cg_libxml2_parsewrapper in Cybergarage.a(cxml_parser_libxml2.o)
"_SCNetworkReachabilityCreateWithAddress", referenced from:
+[Reachability reachabilityWithAddress:] in Reachability.a(Reachability.o)
"_xmlFreeParserCtxt", referenced from:
_cg_libxml2_parsewrapper in Cybergarage.a(cxml_parser_libxml2.o)
"_xmlParseDocument", referenced from:
_cg_libxml2_parsewrapper in Cybergarage.a(cxml_parser_libxml2.o)
"_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from:
-[Reachability stopNotifier] in Reachability.a(Reachability.o)
"_SCNetworkReachabilityScheduleWithRunLoop", referenced from:
-[Reachability startNotifier] in Reachability.a(Reachability.o)
"_SCNetworkReachabilitySetCallback", referenced from:
-[Reachability startNotifier] in Reachability.a(Reachability.o)
"_SCNetworkReachabilityGetFlags", referenced from:
-[Reachability description] in Reachability.a(Reachability.o)
-[Reachability currentReachabilityStatus] in Reachability.a(Reachability.o)
-[Reachability isReachable] in Reachability.a(Reachability.o)
-[Reachability isConnectionRequired] in Reachability.a(Reachability.o)
-[Reachability isConnectionOnDemand] in Reachability.a(Reachability.o)
-[Reachability isInterventionRequired] in Reachability.a(Reachability.o)
-[Reachability isReachableViaWWAN] in Reachability.a(Reachability.o)
...
"_CNCopySupportedInterfaces", referenced from:
+[NetworkUtilities getCurrentWifiAccessPointName] in
BelkinSDKLibrary.a(NetworkUtilities.o)
"_SCNetworkReachabilityCreateWithName", referenced from:
+[Reachability reachabilityWithHostName:] in Reachability.a(Reachability.o)
ld: symbol(s) not found for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
最佳答案
这是我从这个问题中恢复的解决方案。
1. libxml2.dylib
2. CFNetwork.framework
3. MobileCoreServices.framework
4. Security.framework
5. SystemConfiguration.framework
$(ARCHS_STANDARD_32_BIT)
$(ARCHS_STANDARD)
表示 Standard architectures (armv7, armv7s)
关于iOS WeMo SDK 架构问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21792893/
我正在尝试构建一个控制 Belkin 的 WeMo Switch 的应用程序。他们发布了自己的 SDK 来控制他们的产品,我已将它们包含在我的库搜索路径以及我的链接库和框架工作区中。 首先,我尝试为所
我正在 build 一辆由 Wemos D1 板远程控制的小车,以设置 WiFi 连接和控制逻辑,我正在运行此脚本: #include const char* pass = "**********"
我正在尝试将 WeMo SDK 包含到我现有的 Xcode 项目中,但它一直出现这样的编译错误: 架构 armv7 的 undefined symbol :“_EVP_CIPHER_CTX_clean
我正在尝试使用 wemos D1 mini 控制继电器。 我尝试使用 wemos D1 mini 控制继电器,我将 D1 引脚连接到 IN 引脚,GND 连接到 GND,5V 引脚连接到 VCC 引脚
我试图按照演示应用中的步骤将 iOS SDK 集成到我的应用中。但是,在我的应用程序中,“discoveryManager:didFoundDevice”没有被调用。 我的应用生成的日志看起来不完整:
我试图弄清楚我是否可以在带有 esp-8266 芯片的 wemos d1 mini 上运行 javascript 代码,我能够在 Arduino 上找到资源,但在 wemos 上找不到。 最佳答案 是
我正在尝试创建一个 C# 应用程序来控制 WeMo 设备。我遵循了 Bernacules 给出的代码示例和说明 here . 下面粘贴了相关的代码。 private void GetAllDevice
我的 arduino WeMos D1 Wifi 出现错误。当我第 60 次尝试从实时 Firebase 获取数据值时,出现错误。 Exception (28): epc1=0x4020b95c
我有一个 WeMos D1 Mini 。以下是董事会信息: Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: "LOLIN(WE
我下载了 2 个能够控制我的 WEMO Link 的第三方应用程序,它们立即检测到我的 2 个 WeMo LED 灯泡。但是,当我下载 WeMo SDK Demo 应用程序时,它从未检测到任何东西。永
我有一个树莓派 3,其操作系统是 raspbian stretch。我已经按照本教程在树莓派上安装并完全配置了一个 MQTT 代理:https://www.digitalocean.com/commu
我是一名优秀的程序员,十分优秀!