Issue:
Sometime we may observe that the iOS based Xcode project is shown with "My Mac 64-bit"/"My Mac 32-bit" Mac OS X Destination in Xcode instead of "iPhone/iPad Simulator/Device" Settings.
Solution 1:
1. Right click your particular Xcode project file, "myproject.xcodeproj" and choose "Show Package Contents"
2. Delete all the files from "xcuserdata"
Solution 2:
Sometimes changing the target to iPhone/iPad device solves this issue.
You are ready to get "iPhone/iPad Simulator/Device" Destination Settings in Xcode project.
Solution 3:
You may have selected wrong deployment device target in the build settings. So, make sure to select the right device deployment target.
Cheers!
-Prabakar.M.P.
Sometime we may observe that the iOS based Xcode project is shown with "My Mac 64-bit"/"My Mac 32-bit" Mac OS X Destination in Xcode instead of "iPhone/iPad Simulator/Device" Settings.
Solution 1:
1. Right click your particular Xcode project file, "myproject.xcodeproj" and choose "Show Package Contents"
2. Delete all the files from "xcuserdata"
Solution 2:
Sometimes changing the target to iPhone/iPad device solves this issue.
You are ready to get "iPhone/iPad Simulator/Device" Destination Settings in Xcode project.
Solution 3:
You may have selected wrong deployment device target in the build settings. So, make sure to select the right device deployment target.
Cheers!
-Prabakar.M.P.