xcode tag

271 questions


1 answers
74 views
0
Build Error in GameKit.framework on XCode 8

I use GameKit on iOS to create an app that uses the ranking function of GameCenter.The language used is Objective-C.I was able to run the app through the build to Xcode7.When I build with Xcode 8, I g...

2 years ago

1 answers
93 views
0
How do I use the UIMenuController?

I don't know how to use UIKit's UIMenuController, so I copied the code written at the URL below to ViewController.swift, but I got an error.What should I do?https://sites.google.com/a/gclue.jp/swift-d...

2 years ago

1 answers
40 views
0
Swift 2.2 For iOS 8 or later apps to process at startup

I'd like to do a specific process when starting the application.·Starting from the state that the application is completely closed·Starting from the state where the application exists in the backgroun...

2 years ago

1 answers
98 views
0
Alamofire introduced by Carthage is not available

I used the following article to introduce Alamofire in Carthage, but I get an error when building.https://qiita.com/yutat93/items/97fe9bc2bf2e97da7ec1The source code has been generated and is almost t...

2 years ago

1 answers
37 views
0
Error Validation with xcode

iTunes store operation failed This action could not be completed.Try again.The error appears.Could you tell me the solution?We are working on this site by referring to it. https://akira-watson.com/iph...

2 years ago

1 answers
80 views
0
CGContextDrawPDFPage Fails When Running from Xcode

The iOS app is creating a process to convert each page of a PDF file to UIImage.Up to iOS7, the PDF page was successfully retrieved and converted using the code shown below.When running in iOS 8.1, yo...


1 answers
105 views
0
To change the hue of multiple filters in a single UISlider (last time, last time, last time) [Duplicate]

(One answer) 6 years agoWhile the image selected from the camera roll is depicted in imageView, the function of filtering sepia or black and white by tapping the button is implemented.In addition,...

2 years ago

1 answers
39 views
0
I made iOS app and it was CoreData+CloudKit, but when I unchecked CloudKit, CoreData's data became Read Only.

Simply uncheck CloudKit in Target Signing & Capabilities.As soon as you launch the app, the following message appears on the console:[error] fault—Store opened without NSPersistentHistoryTrackingKey b...

2 years ago

1 answers
42 views
0
Unable to run animation continuously in Xcode

In Xcode, we create an animation in which the updated number moves up and down every time the number increases.http://qiita.com/noppefoxwolf/items/32530bb5f011ac2c9c91I made it by referring to this si...

2 years ago

1 answers
44 views
0
Error pushing from Xcode to GitHub in proxy environment

The following error occurred when pushing from Xcode to GitHub in the proxy environment. curl error: Failed to connect to github.com port 443: Operation timed out(-1)Please tell me the cause and the s...

2 years ago
« - 22 - »

© 2024 OneMinuteCode. All rights reserved.