271 questions
I wanted to test the actual machine with Xcode, and when I tried connecting the iPhone using the code and pressed the execution button in the upper left corner, I got this error.If you don't mind, ple...
What should I do if I get an archive error on Xcode12?Failed to create provisioning profile.There are no devices registered in your account on the developer website. Plug in and select a device to hav...
I would like to display JSON's response as String type in TableView using Codable as a structure.var movies=MovieStruct() Missing argument for parameter 'from' in call (insert 'from'<#Decoder#>)...
I would like to take a full screenshot of TextView, but even if I scroll through TextView, I would like to take a screenshot of the parts that I can't see, but I can't see the parts that I can't see i...
I am trying to do an XCTest, but neither setUp nor testExample are called in the code below.import XCTestclass HogeTests:XCTestCase{ override funcsetUp(){ // Put setup code here. This method is calle...
I'm a beginner in app development.I developed my own iOS app, and I wanted my friend to use it without using a paid license, and when I talked to my friend about it, he said he was worried about conne...
Using the Repro configuration page, I am trying to set up a provisioning profile for my iOS app.However, Provisioning Profile is not found in Build Setting in the first place.As a result, the push not...
I was able to get HTML of the site on Swift and even output it as String, but I don't know how to extract elements from it.For example, if you specify an Apple home page, you want to get elements such...
How do I detect it when I come back from Popover?You can't use viewWillAppear, etc. Run function during screen transitionswiftI tried to run the function when I dismissed by referring to , but when I ...
I have a question about how to use XCode's complementary features.Complete the complementary AVPlayerItem? as shown in .After that, 1. Move the cursor to the right of the ▶ 」 button 2. Move the cursor...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.