Unabled to create single view ios app in xcode

纵饮孤独 提交于 2021-02-05 09:41:03

问题


I am new to ios/xcode and I was trying to follow through the new SwiftUI tutorial. The first one has you create a ios single view app . However when I go to xcode under the ios filter that, among others is not an option for me: I have verified that my xcode is up to date via app store. Is this due to me not having a paid developer account? Are those templates in a beta channel of xcode?


回答1:


Answering, as per the OP...

The tutorial in question was done using Xcode 11

In Xcode 12, there is no longer a Single View App option — it has been replaced with simply “App”




回答2:


I don't think the "App" template that @donmag mentions is exactly the same (I don't believe it gives the same folder structure). I have a template on github for the Single View App that should match the folder structure you need, if you're still looking for that: https://github.com/jcross0204/ios-single-view-app-template/tree/master



来源:https://stackoverflow.com/questions/64081136/unabled-to-create-single-view-ios-app-in-xcode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!