code tag

445 questions


1 answers
132 views
0
Error when trying to update an app in App Store

In order to update the app released in the App Store, I tried to update it by doing Archive as usual and pressing the Distribute App button, but I couldn't update it because this screen appeared on Xc...


1 answers
82 views
0
VScode cannot debug C language "launch:program'C:\C\launch.exe'does not exist"

I was going to debug from running C language in VScode, but I got the following error and I can't.launch:program'C:\C\launch.exe' does not existMinGW has been installed and the environment variable PA...

2 years ago

1 answers
42 views
0
How do I set the initial Picker value that I set to input UITextField in Swift?

I understand how to use Picker to enter the UITextField, but I am having trouble setting the initial value.The source code will tap Button in other Views and transition to the ConditionViewController ...

2 years ago

1 answers
84 views
0
Understanding Visual Studio Code Tab Behavior

I took a screenshot because it was hard to explain in writing.I just pasted what I wrote on my notepad into vscode.There is one Tab in the blank space.In vscode, the indentation of abc is out of align...

2 years ago

1 answers
44 views
0
The navigationBar is not transparent on the DetailViewController of the UISplitViewController.

In the DetailViewController of the project created using Master-Detail, an Xcode model,override func viewWillAppear(animated:Bool){ super.viewWillAppear(animated) // Navigation Transparency self.navig...

2 years ago

1 answers
47 views
0
What happens when the screen transitions in the tab bar while searching in the swift UISearchController?

I use the UISearchController to display the search bar.After viewing the table view search results from the search bar, go to the UITabBarController tab bar and transition to After that, when you retu...

2 years ago

1 answers
128 views
0
I don't know how to convert a 2-byte decimal to a full-width character and output it.

I am creating a base64 decoder in C language.In my own way, for example, when decoding the encoded hiragana a, I converted the two bytes of data into decimal numbers once.Then I can calculate the valu...

2 years ago

2 answers
112 views
0
VSCode displays "Not recognized as the name of an operational program" when executing the yarn command.

When I run yarn start on the Visual Studio Code terminal to start the Webpack Dev Server, the following error message appears:What should I do? yarn: The term 'yarn' is not recognized as a cmdlet, fun...

2 years ago

1 answers
113 views
0
How do I transition so that NavigationBar is not shared before and after the screen transition?

I would appreciate it if you could let me know how to transition without sharing NavigationBar as shown in the image below.I think I will write the following code for normal screen transition.navigati...


1 answers
86 views
0
How to create xcframework in xcode

When I created xcframework with xcode, I referred to the site below, but when I added AFNetworking within xcframework, I got an error during the build.specifying in xcframework: pod 'AFNetworking', '~...

2 years ago
« - 26 - »

© 2024 OneMinuteCode. All rights reserved.