forcedotcom/SalesforceMobileSDK-ReactNative

App is crashing while calling (oauth.logout();) on IOS Device

ashish-kumar1994 opened this issue · 8 comments

SDK Version - 10.2.0

Exception '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1]' was thrown while invoking querySoup on target SFSmartStoreReactBridge with params (
{
isGlobalStore = 0;
querySpec = {
indexPath = "";
matchKey = "{assets:ParentId}:"02i2z000001IdAxAAK"";
order = ascending;
orderPath = "CarEquipment__c";
pageSize = 2000;
queryType = match;
};
soupName = assets;
},
5233947
)

Hi, Facing the same issue on iOS device after log out, after upgrading to SDK version 11.0.1

Error:
Exception '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1]' was thrown while invoking querySoup on target SFSmartStoreReactBridge with params (
{
isGlobalStore = 0;
querySpec = {
indexPath = "";
matchKey = "{assets:ParentId}:"02i2p00000hI1SxAAK"";
order = ascending;
orderPath = "CarEquipment__c";
pageSize = 2000;
queryType = match;
};
soupName = assets;
},
155565
)

This issue has been fixed in dev. See #351
It will be in our next version of the Mobile SDK.

Hi @wmathurin, when can we expect the next version of Mobile SDK release.

Hi @wmathurin, when can we expect the next version of Mobile SDK release.

MSDK 12.0 is scheduled to come out in April/May. #safeharbor