尝试在iOS8模拟器中启动ios应用程序时收到以下错误:
9/12/14 1:32:02.953 PM com.apple.CoreSimulator.CoreSimulatorService [5355]:Error Domain = LaunchServicesError Code = 0"操作无法完成.(LaunchServicesError error 0.)"UserInfo = 0x7fc63f406240 {错误= PackageInspectionFailed,ErrorDescription =无法从路径/Users/myexec/Library/Developer/CoreSimulator/Devices/B21BB739-E031-41DA-9FF1-11DA4B4EB7B9/data/Library/Caches/com.apple.mobile中的bundle加载Info.plist. installd.staging/temp.zJ0bBq /提取/ Myapp.app /框架/ LiveSDK.framework}
我无法理解有什么不对.它在iOS 7.1模拟器上运行没有问题.
如果我创建这样的 PutItem 请求会发生什么:
{
"Expected":
{
"testAttribute" :
{
"Exists": "false",
}
},
"Item":
{
"testAttribute" :
{
"S": "testValue"
}
},
"TableName": "TableName"
}
Run Code Online (Sandbox Code Playgroud)
其中“testAttribute”不是主键的一部分。
DynamoDB 会扫描表以查看是否有属性为 "testAttribute" == "testValue" 的项目吗?如果没有,DynamoDB 将如何确定 "testAttribute" == "testValue" 的存在?我在描述其工作原理的文档中找不到任何内容。