ios - iPad Simulator showing iPhone build -


in xcode 7.2:

i ran issue getting app simulate ipad version , wanted post solution other beginners run problem. solution:

select top level project file in leftmost file hierarchy -> targets -> [yourapp] -> general -> deployment info -> devices -> set 'universal'

mine had been set iphone.

select top level project file in leftmost file hierarchy -> targets -> [yourapp] -> general -> deployment info -> devices -> set 'universal'


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -