xcode7 Questions

10

Solved

I clean built my app and see this error message: The app icon set "AppIcon" has an unassigned child. When I view Images.xcassets every icon slot is filled with the correct icon and there are no un...
Mickey asked 10/2, 2016 at 16:19

29

When i type "pod install" in a correct directory I always get this Analyzing dependencies [!] Could not automatically select an Xcode project. Specify one in your Podfile like so: project 'path...
Barnhill asked 19/6, 2016 at 14:34

5

Solved

I have updated my cocoapods(0.38.2) gem and xcodeproj(0.27.2), but still getting error:- Writing Xcode project file to `Pods/Pods.xcodeproj` 2015-09-24 09:40:27.969 ruby[12098:428715] [MT] DVTAsse...
Griffe asked 24/9, 2015 at 8:10

8

I've installed Xcode 7, and now always get this message when I select "commit" from xcode menu. "The source control operation failed because the revisions... could not be found." Any idea? :)
Molli asked 16/9, 2015 at 22:22

27

Solved

I am facing the Problem when I have updated my Xcode to 7.0 or iOS 9.0. Somehow it started giving me the Titled error "The resource could not be loaded because the App Transport Security poli...
Herodias asked 17/9, 2015 at 13:11

5

Solved

my configuration: Apple Watch (WatchOS 2.0.1), iPhone 5S (iOS 9.1) Xcode 7.1 on MacOS X El Capitan. I can run my app on the iPhone just fine. However, when I try to run my app on the Apple Watch, i...
Countertenor asked 5/11, 2015 at 16:48

21

Solved

In my test I have a text field with a pre-existing text. I want to delete the content and type a new string. let textField = app.textFields textField.tap() // delete "Old value" textField.typeText...
Freiburg asked 28/9, 2015 at 11:28

4

for my iOS Swift project I use vectorized pdf files from which Xcode renders the @1x, @2x, @3x images. When I compare the quality of the images generated from PDF with normal PNG images of the s...
Cannes asked 9/11, 2015 at 15:45

5

Solved

I am trying to validate/submit my app, and it gives me this error. I tried all the possible suggestions mentioned in the previous replies to this question, neither of them worked. I removed CFBund...
Shea asked 27/10, 2015 at 13:41

16

Solved

I am taking screenshots from my iOS Simulator and trying to put them into iTunes Connect but it continues to tell me that I have the wrong size. They are the same size with the pictures that are al...
Mande asked 31/10, 2015 at 19:26

5

Today I have updated xcode. when i tried to run project on simulator(ios version < 9.0) I got this error. "Unable to open liblaunch_sim.dylib. Try reinstalling Xcode or the simulator runtime. ...
Aside asked 28/9, 2015 at 11:25

8

Solved

Until Swift 2 I used this extension to remove multiple whitespaces: func condenseWhitespace() -> String { let components = self.componentsSeparatedByCharactersInSet(NSCharacterSet.whitespaceAn...
Napery asked 10/10, 2015 at 20:31

4

Solved

I'm testing a react native app (on OS X Yosemite in the xcode simulator v9.2 / xcode 7.2.1). I'm getting a Network request failed error with the below code. The actual url with the correct appid wo...
Nook asked 10/8, 2016 at 1:24

9

Solved

I have created a framework which I want to use in my OS X app. Since updating to Xcode 7 on El Capitan, when I try to command-click on the import statement, Xcode goes to the following view. How...
Piss asked 1/10, 2015 at 18:59

6

Solved

I'm creating a UIButton dynamically with the following code which creates it as per specified style. let frame = CGRect(x: 10, y: 6, width: 60, height: 30 ) let button = UIButton(frame: frame) bu...
Rainey asked 25/4, 2016 at 3:30

7

I am trying to update my app for the first time and ran into this issue. I searched a lot but none of the solutions worked for me. App Store Connect Operation Error ERROR ITMS-90062: "This ...
Melodramatic asked 22/10, 2015 at 6:20

4

I'm developing an app using google maps. I will explain what I did with google maps, and maybe you can help me. I was using Google maps frameworks without POD, but after a few errors about Google ...
Amphicoelous asked 6/12, 2015 at 0:47

2

I have integrated SwiftLint using pods and its working fine to produce warnings and errors. But I want to configure .yml file. For this I use following command on terminal. swiftlint lint --config...
Barbary asked 24/3, 2017 at 11:56

12

Solved

I have just updated to Xcode 7 and swift 2 and finished fixing the errors that come with the transition. I finally got the project to build, but after the launch screen I get an error saying: dy...
Savoury asked 24/9, 2015 at 22:12

8

Solved

After submitting an app update using Application Loader, I got this email from Apple: We have discovered one or more issues with your recent delivery for "[App Name]". To process your delivery,...
Hbeam asked 16/8, 2016 at 18:4

7

Solved

I use CocoaPods to manage dependencies in my project. I've written Podfile: target 'MyApp' do platform :ios, '8.0' # Uncomment this line if you're using Swift or would like to use dynamic frame...
Bonnice asked 11/5, 2016 at 11:3

3

Solved

I have several UI tests that I can successfully individually or grouped. I ended up breaking my tests up into specific classes and running them that way. The issue I've come across is Xcode execute...
Areta asked 13/11, 2015 at 18:13

4

Solved

I localized my app in Italian and English, using the Localizable.strings file and the NSLocalizedString macro. I also enabled base localization. Everything works fine in the simulator and on device...
Bookkeeping asked 22/9, 2015 at 7:31

9

Solved

Alright so I just update Xcode to 7.3 and now I get this warning: 'var' parameters are deprecated and will be removed in Swift 3 How to fix this when I need to use the var in this function: p...
Artillery asked 22/3, 2016 at 20:52

3

My UI-test fails because the test waits endless until the app idles. I can not see that there is anything happening in the background, like a loading spinner. It just occurs on one tab. All others...
Dee asked 10/11, 2015 at 7:12

© 2022 - 2025 — McMap. All rights reserved.