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.
Topic: Programming Languages SubTopic: Swift Tags:
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’21
Comment on ShazamKit API URL
@ArjunDureja, as I have already written, I cannot find any descriptions about the API in shazam.com . You may need to be responsible for all the things when you want to use the API, including payment.
Topic: Media Technologies SubTopic: Audio Tags:
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.
Topic: Programming Languages SubTopic: Swift Tags:
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?
Topic: Programming Languages SubTopic: Swift Tags:
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’21
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.
Replies
Boosts
Views
Activity
Oct ’21
Comment on iOS 15 Simulator - Files App not showing contents of Documents Folder anymore
The simulator problem is sort of annoying and we want to test the feature on simulators. Have you already sent a bug report to Apple?
Replies
Boosts
Views
Activity
Oct ’21
Comment on Modifying App Bundle
Seems that is the best and the "most correct" solution.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
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.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Cannot convert value of type '[Double]' to expected argument type 'Double'
@H957169, Please do not put SOLVED on a post that says just the issue is solved. When you solved the issue, please post and share the solution and mark it SOLVED. If any of the answers helped solving the issue, choose the most valuable answer and mark it SOLVED.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Cannot convert value of type '[Double]' to expected argument type 'Double'
Please share your solution.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Type 'SomeView' does not conform to protocol 'View'
Then you should have included the body in the opening post. Learning how to write a good question will help you learning programming.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on ShazamKit API URL
@ArjunDureja, as I have already written, I cannot find any descriptions about the API in shazam.com . You may need to be responsible for all the things when you want to use the API, including payment.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
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.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
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?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on I want to develop my first app
Thanks for trying to explain in details. But with my lacking enough ability to understand all the descriptions and nuances (I guess Google is doing well, but I cannot be sure), my recommendation would not change: Start now.
Replies
Boosts
Views
Activity
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.
Replies
Boosts
Views
Activity
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on 'kUTTypeData' is deprecated: first deprecated in iOS 15.0
Can you show what you have tried? The answer of uocram would work for kUTTypeData with a similar manner.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21