xcode tag

271 questions


1 answers
409 views
0
When you want to use NavigationLink to transition to the screen.

If you use the following code when you want to transition with NavigationLink, you will get an error.Why?error messages:Cannot convert value of type 'String' to expected argument type'()->Label'Cur...

1 years ago

2 answers
377 views
0
I tried constexpr and got an error.

I copied something written by someone else.So I don't think there is any problem.When I looked into it in my own way, I was told that the current C++ version cannot be used in the version, but I would...

1 years ago

1 answers
438 views
0
Unable to push to GitHub (rejected)

I was trying to push it while developing it with Xcode, but the screen looks like the one below, so I couldn't push it.Why and what?What do you think of it as a GitHub access token?Thank you for your ...

1 years ago

1 answers
398 views
0
Cannot contain specific cocoapods versions

I wanted to make the current cocoapods version 1.11.2, so See this article$gem install cocoapods-v1.11.2I typed the command in the terminal.Ignoring bigdecimal-2.0.0 because it extensions are not buil...


1 answers
272 views
0
Cannot resolve the error Collection element of type 'void*' is not an Objective-Object (old title; Expected'; 'at end of declaration list)

*You answered the question Expected'; 'at end of declaration list error cannot be resolved which I posted before, and after correcting it, a new error occurred, so I edited the question. 内容Objective-C...

1 years ago

1 answers
393 views
0
Apple Tutorial Shows Value of Type 'Color' has no member' accessibleFontColor' Error

Apple's iOS devtutorials encountered an error in lessons displaying meeting information.Please let me know how to improve it.Creating a CardView — iOS App Dev Tutorials | Apple Developer Documentation...

1 years ago

1 answers
297 views
0
UnityWebRequest.uploadHandler Memory Leak with List

Memory leak in UnityWebRequest.uploadHandler with List configuredWe are developing at Unity.The environment will be Unity 2018.4.22 f1.I have created the following code to upload the file.// Load file...

1 years ago

1 answers
409 views
0
I want to delete the firestore document when I delete the tableView cells, but I don't know how to get the document ID.

I am currently creating a password management application.I was able to add the entered value to the firestore and display it in TableView.Next, we are working on the ability to delete selected TableV...

1 years ago

1 answers
437 views
0
Xcode is no longer able to test the actual machine. "Command PhaseScriptExecution failed with anonzero exit code" error

I suddenly couldn't do the actual machine test on Xocde yesterday.The error statements are as follows:Command PhaseScriptExecution failed with anonzero exit codeNear the error statement were the follo...

1 years ago

1 answers
346 views
0
I want it to be displayed so that the Button title on the storyboard is aligned to the right.

This is my first time to ask a question after I just started programming, so please forgive me if there is anything that doesn't work out.Using the Xcode storyboard, I'm trying to create an arrangemen...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.