tcurdt/iProxy

Xcode project lacks device targets

Stokestack opened this issue · 1 comments

Thanks for posting this project.

The Xcode project can't be set to build for a device, because the base SDK is set to the simulator-specific one. Also, the base SDK is set on both the project and the target.

The base SDK should be set to "latest iOS" in the project, and the setting should be deleted from the target entirely so it inherits from the project.

Also, the code-signing identity is set on the target. That too needs to be deleted, so it can inherit from the project.