xcode tag

271 questions


1 answers
339 views
0
About the actual machine testing on the Xcode iPhone

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...

1 years ago

1 answers
268 views
0
Archive Error in Xcode12

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...

1 years ago

1 answers
389 views
0
I want to store JSON's response

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#>)...

1 years ago

1 answers
106 views
0
How to take a screenshot

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...

1 years ago

1 answers
116 views
0
XCTest Does Not Call `setUp`

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...


1 answers
101 views
0
Regarding the distribution of my iOS app without ADP

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...

1 years ago

1 answers
80 views
0
Xcode10 wants to implement push notifications, but builds fail with require the provisioning profile with the Push Notifications feature...

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...

1 years ago

1 answers
92 views
0
extract elements from HTML

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...

1 years ago

1 answers
123 views
0
Run when you come back from Popover

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 ...

1 years ago

1 answers
97 views
0
How to Use XCode Complementary Features

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...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.