使用 React-native-permissions 我在尝试使用 xcode ld: library not found for -lPermission-LocationWhenInUse 进行构建时收到此错误
Using React-native-permissions I get this error when trying to build with xcode ld: library not found for -lPermission-LocationWhenInUse
我已经按照描述尝试手动链接 但我仍然收到错误 library not found for -lPermission-LocationWhenInUse
首先 运行 react-natve link
,然后 cd ios
然后 运行 这个命令 pod install
cd ..
和 react-native run-ios
别忘了安装 pods
执行以下步骤
从终端转到 ios 文件夹,
运行 'pod install' 或 'pod update'。
打开 ios/newproject.xcworkspace。
也不要忘记在 info.plist 文件
中输入位置权限字符串
我已经按照描述尝试手动链接 library not found for -lPermission-LocationWhenInUse
首先 运行 react-natve link
,然后 cd ios
然后 运行 这个命令 pod install
cd ..
和 react-native run-ios
别忘了安装 pods
执行以下步骤
从终端转到 ios 文件夹, 运行 'pod install' 或 'pod update'。 打开 ios/newproject.xcworkspace。 也不要忘记在 info.plist 文件
中输入位置权限字符串