Hello @wdong ,
Unfortunately I don't have board to check the code but as per my knowledge there are two issues.
1. In processor you added more processors there you need to add only one processor depending on your no of pins. Consider if you are using 144 pin configuration then keep only one cpu:S32K148_144 and remove other components.

After remove you can see like

After removing if you are facing error then you can remove
1. RAM from Generator Configuration
2. Cpu:S32K148_144 from processor
after removing you can add new Generator configuration and Processor by following below steps
1. Go to Component library
2. Select processor
3. Go to S32Kx-> S32K248 and double click you will see like below

Select proper pin configuration and click finish.
Now Initialize clock and pins like below.

That's done .