iosxcodeinfo.plistcfbundleidentifier

Can't run app due to .plist file missing but its present


enter image description here

enter image description here As per the error message I verified that .plist is available and i verified that the executable file name also present.

I tried with simulator to same problem.

I restarted Xcode and I cleaned my project but still same problem.

I didn't faced this problem before, I think you guys can help me. Thanks!


Solution

  • Go to YourTarget > Build Settings > Packaging > Info.plist File and check here the path to your .plist file.

    Also it would be helpful to clear your derived data folder, and re-build project again.