You can't use the instance member nomAcuariL
in the FetchRequest because it has not been initialized yet. In other words, it does not exist when you try to initialize the FetchRequest. You will need to pass that value in to the fetch request by some object that already exists. Try using a class or struct that you can instantiate there that has the data, or simply use a literal string.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…