Post

Replies

Boosts

Views

Activity

Comment on Run App on my physical device
Cabled, or once you check Connect via network, through WiFi. Please remember that your app will run for a limited period (currently 7 days). After that you will need to re-install it with Xcode. And to run apps with some specific features (push notification, for example), you need a paid developer account.
Oct ’21
Comment on How Do You Assign Int To UILabel
Didn't you read my answer? When you show your code, please show it as text using Code Block. Ignoring some answers would not be considered to be a good manner when communicating on the web. And I believe my answer solved the issue Cannot assign value of type'Int' to type 'UILabel'. If it does not solve the issue, you can write a comment to my answer, if you find other issues as I described, you can start new threads asking the issues. Please do not forget to include your code as text when starting a new thread.
Oct ’21
Comment on How to make good User Interfaces
When you show your code, you should better show it as text, using Code Block. With easily triable code, more readers would spend time for your issue. Screen shots are sometimes useful, but we cannot copy the lines in images into our Xcode. And thanks for showing the image Here is what I made so far, but can you show what is the expected result? If any of the images in your opening post is representing the expected result, you should write so.
Oct ’21
Comment on Guided Project: Apple Pie
Apple prefers innovation rather than compatibility, that might show some bad aspects for beginners. But Apple has the dev forums. If you find difficulties developing on the Apple's platforms and tools, you will get answers here. Hope you will make great apps. Good luck.
Oct ’21
Comment on cannot find type in scope xcode 13
Generally, when you show some code, you should show all the code as text. Adding an image would be helpful as an additional info, but it cannot be a primary info because readers cannot pick up the parts included in the image. Usually, in this sort of errors, you should better show all the headers of ObjectiveC classes and the bridging header. But reading the strange thing, there may be a possibility that your Xcode is malfunctioning and just recalling the old errors when you had not set the bridging header correctly. Have you tried restarting Xcode, or restarting your Mac?
Oct ’21
Comment on I want to develop my first app
@DidStory, Is the lack of capacity irreplaceable with iCloud? No, iCloud will not make it. Many of the files required for developing, building and testing apps need to be placed on a start up disk. You can start with a 256GB Mac, and when you feel it too small, one alternative is buying an external storage device with larger space and install macOS and Xcode into it. When you start up your Mac from the external drive, you will be able to continue developing. If you do not prefer to work with external storage, I recommend you get a Mac with 1TB (or more if you can). And I have never heard of apps as _ a "connector"_, so I cannot say any more. But in case I use the term "not simple" app, I have in mind huge game apps consuming tens of GB of storage space each published by famous game studios.
Oct ’21
Comment on SwiftuI view Error
@skattan, you should better start your own thread. Please do not forget to include all your current codes or any other context possible. Even when you are seeing the same error message Cannot find 'landmarks' in scope, it may be caused by many sort of mistakes.
Oct ’21