Implement MobileWIFI Private Framework in Xcode 7.3

岁酱吖の 提交于 2019-12-22 18:03:59

问题


I am creating a private App in Xcode 7.3 ( iOS 9.3) , where I am going to utilize the WiFi Info.

I have Followed this link , Bluetooth Private Framework works fine However:

I am trying to implement Private Framework "MobileWIFI.Framework" in XCode 7.3 , but it gives me this error:

"_WiFiManagerClientCopyNetworks", referenced from: -

[AppDelegate application:didFinishLaunchingWithOptions:] in
AppDelegate.o "_WiFiManagerClientCreate", referenced from: -[AppDelegate application:didFinishLaunchingWithOptions:] in AppDelegate.o

ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I tried with using mobilewifi.framework files of iOS version 9.3, 8.1, 7 It gives same error.

I think the headers are not matching the .tbd file of Framework

来源:https://stackoverflow.com/questions/39771212/implement-mobilewifi-private-framework-in-xcode-7-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!