code tag

445 questions


2 answers
168 views
0
Missing Swift-ObjC references and Swift class methods are not exported?problem

We make the iOS plug-in for Unity based on Swift.However, to use SQLite, we have loaded the FMDB from the source file (.m/.h).Maybe that's why I'm looking at the page where I generate multiple UnityPl...


1 answers
78 views
0
When I try to build with Xcode 9.3.1, I get a PBXCp Error.

The error details are as follows. Does it mean that I can't find the file because it says No such file or directory at the end?CpResource Meditation\Timer/Meditation\Timer/Users/hogehoge/Library/Devel...

1 years ago

2 answers
150 views
0
Understanding When http Requests (GETs) on ios

I'm a beginner in the program.I would like to call the getFlag method in viewDidLoad, retrieve information from the server asynchronously, and use the value in viewWillAppear, but the code below sets ...

1 years ago

1 answers
76 views
0
Please tell me the flow of delivery when you requested iOS application development.

Thank you for your help.A person asked me to develop the app, and I delivered the app to the client If you want to release it as a client's app, Developed the Xcode team account as a developer and Is ...

1 years ago

1 answers
54 views
0
Unable to link in Explorer

I would like to open my own (html) web in Explorer and link it to a file in the same web, but it says I can't browse this page and it doesn't link.How can I link?By the way, I write html in visual stu...

1 years ago

1 answers
65 views
0
How Word Normalizes Characters in Document to Unicode NFC

Is there an easy way to normalize Unicode NFC characters in Microsoft Word?Emacs images features such as ucs-normalize-NFC-region.In documents such as text and Word format created on macOS, the combin...

1 years ago

1 answers
118 views
0
Unrecognized selector sent to instance when calling NSManagedObject subclass self-made method

Xcode Version 8.1(8B62) DeploymentTarget iOS 8.4We are creating a process to add data to Core Data.The Xcode feature automatically generated subclasses and added self-made methods.//Media+CoreDataClas...

1 years ago

1 answers
99 views
0
Why You Do Not Have to Specify Hosts in VSCode with XDebug?

Thank you for your help.Apache and Xdebug are running on CentOS booted from Vagrant, and they are being debugged using Visual Studio Code and PHP Debug plug-in to attach breakpoints.Now, I have a ques...

1 years ago

1 answers
113 views
0
How do I create a QR code for Zxing in Java 1.5?

I am trying to create a QR code for Zxing in Java 1.5.However, regardless of whether you download javase or core jar, When running the Java program, is the following version different?An error occurs ...

1 years ago

1 answers
97 views
0
Swift3 compilation error

import Foundationfunc stdWeight(hegihtCm height:Double, #bmi:Double) - > Double { return power(height/100.0,2)*bmi}let height = 180.0let w1 = stdWeight (hegihtCm:height, bmi:22.0)print(The standard...

1 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.