使用 React-native-permissions 尝试使用 xcode ld 构建时出现此错误:找不到 -lPermission-LocationWhenInUse 的库
Posted
技术标签:
【中文标题】使用 React-native-permissions 尝试使用 xcode ld 构建时出现此错误:找不到 -lPermission-LocationWhenInUse 的库【英文标题】:Using React-native-permissions I get this error when trying to build with xcode ld: library not found for -lPermission-LocationWhenInUse 【发布时间】:2020-07-03 11:17:54 【问题描述】:我已经按照here 的描述尝试了手动链接,但我仍然收到错误library not found for -lPermission-LocationWhenInUse
【问题讨论】:
【参考方案1】:首先运行react-natve link
,然后运行cd ios
,然后运行这个命令pod install
cd ..
和 react-native run-ios
别忘了安装 pod
【讨论】:
我已经完成了这一切。甚至尝试手动链接库,但仍然找不到库 -lPermission-LocationWhenInUse 错误【参考方案2】:执行以下步骤
从终端转到 ios 文件夹, 运行“pod install”或“pod update”。 打开 ios/newproject.xcworkspace。 另外不要忘记在 info.plist 文件中输入位置的权限字符串
【讨论】:
嗨@imjaad 已经完成了 pod 安装/pod 更新。这是我的 info.plist<key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>1</string> <key>LSRequiresIPhoneOS</key> <true/> <key>NSLocationWhenInUseUsageDescription</key> <string/> <key>UILaunchStoryboardName</key> <string>LaunchScreen</string>
的一部分
请描述你是如何尝试使用这个库的,什么时候出现错误,
它在打开 ios/newproject.xcworkspace 之前运行 newproject.xcodeproj 后工作。谢谢以上是关于使用 React-native-permissions 尝试使用 xcode ld 构建时出现此错误:找不到 -lPermission-LocationWhenInUse 的库的主要内容,如果未能解决你的问题,请参考以下文章
在使用加载数据流步骤的猪中,使用(使用 PigStorage)和不使用它有啥区别?
Qt静态编译时使用OpenSSL有三种方式(不使用,动态使用,静态使用,默认是动态使用)