xcode7.3 Questions

5

Solved

I am having an extremely frustrating issue with XCode 7.3 (however, this issue has persisted since I installed XCode 7.2) and Swift code, and I am hoping others have had this issue and know how to ...
Halide asked 22/3, 2016 at 21:46

2

Solved

I've installed PSCarouselView from cocoapods to my project. And when I try to use this lib I'm getting runtime error. And the error says couldn't load nib file... I've checked the library and saw ...
Johppah asked 19/7, 2016 at 0:10

9

Solved

After updating to Xcode 7.3 I am not able to run my app in the iOS Simulator. On every attempt I am getting the following error message: DTAssetProviderService could not start DTXConnection wit...
Ignore asked 24/3, 2016 at 12:32

2

Solved

Hi I am currently using Xcode 7.3.1 on macOS Sierra. Due to the issue ERROR ITMS 90167. I can't upload my archive using Xcode 7.3.1. So, It's time to upgrade Xcode 8. But, unfortunately, I can't u...

4

I've got some issues with the new autocomplete of Xcode 7.3 When I import a class, the class won't show up in autocomplete. Even more annoying, when an imported class contains a typedef NS_ENUM, t...
Kiowa asked 27/3, 2016 at 1:1

1

Since today, each time I upload a build to Appstore with Application Loader my app is rejected on the basis of App Thinning error. I've tried to disable bitcode and upload build again but no use. C...
Arni asked 8/9, 2016 at 14:53

2

I have a layout with size class width any, height any which is currently working for iPad landscape. I have a task to design same layout for iPhone portrait. When I started designing with size cla...
Slinky asked 23/8, 2016 at 14:38

2

Solved

I have a set of XCUITests that run with our iOS app. They used to run fine on Xcode 7.2.1, but upgrading to 7.3 causes tests to fail in the "Set Up -> Wait for app to idle" phase with the following...
Nita asked 25/3, 2016 at 19:54

2

After I update Xcode 7.3 and run the project,I get a warning : hash mismatch: this object file was built against a different version of the module /Users/lu/Library/Developer/Xcode/DerivedDat...
Sloven asked 7/4, 2016 at 5:23

2

Solved

When I create an iOS project on my own, I can build it without any problem. I downloaded a project for testing purposes and now I get: No provisioning profiles found No non-expired provisioning pr...
Mihrab asked 22/6, 2016 at 13:36

2

Solved

I am having a model class as follows, which is in a library written in Objective-C. I am consuming this class in my swift project. In swift it becomes property of type String!. Sometimes that prope...
Syndactyl asked 28/6, 2016 at 8:7

6

Solved

I'm using the following code: var continousDigitsRange:Range<Int> = Range<Int>(start: 0, end: 0) Since update to Xcode 7.3 (Swift 2.2) I got the following hint: 'init(start:end:)'...
Sabba asked 22/3, 2016 at 14:55

0

I am trying to run my iOS app in my iPad. When running the app an error message is showing in Xcode: An error was encountered while enabling development on this device. Please try rebooting and...
Ankerite asked 18/6, 2016 at 6:24

2

Solved

Xcode 7.3 has deprecated XCPlaygroundPage.currentPage.captureValue(_:withIdentifier:). Its predecessor, XCPCaptureValue(), was deprecated in Xcode 7.1. I'm wondering if there is any replacement, a...
Sanjuanitasank asked 30/3, 2016 at 10:16

3

Solved

I am currently trying my best to debug my application in Objective-C with the newest version of Xcode7.3 I really need to use Debug View Hierarchy but I am getting an error : Assertion failure i...
Hydrometeor asked 3/5, 2016 at 4:45

1

Solved

So I upgraded to Xcode 7.3.1 and now my Xcode will build, and deploy my apps (yes every app, even a brand new blank one) to the simulator but the app never launches on the simulator and the debugge...
Acquaint asked 26/4, 2016 at 16:18

0

I had followed this link to integrate gmail sign in in my project https://developers.google.com/identity/sign-in/ios/sign-in?ver=swift#enable_sign-in But it shows below linker error Undefi...
Shiftless asked 31/5, 2016 at 5:40

2

I am working with Unit Testing in Xcode using XCTest provided by Xcode in objective C. I know how to import Module in Swift like below. @testable import AppName Whats the alternative in object...
Rankle asked 27/4, 2016 at 12:2

1

I have a project written in Swift with a main target and two test targets: one for unit testing using quick framework and it has 3 KIF tests. The other target has the XCUITests. So whenever I run X...

2

I recently updated to Xcode 7.3 , however while debugging at break points , the objects show in the debug area but clicking the triangle to reveal the variables does nothing . I never had such is...
Trinette asked 22/3, 2016 at 10:20

2

Solved

I'm developing an embbeded framework for iOS. In order to make an universal fat (with simulator and device slices), I created an aggregate target with a script that uses xcodebuild and lipo command...
Merrill asked 23/3, 2016 at 17:31

0

I Updated Xcode 7.3 from Xcode 7.2 In Xcode 7.2, the view debugger is been worked well. But, in Xcode 7.3, the view debugger does`t showing any views when I trying to use it . If I clicked De...
Sunderland asked 25/3, 2016 at 9:31

2

Solved

In my project I have Swift extensions over Objective C enums, which worked brilliantly in Xcode 7.2. But with Xcode 7.3 it fails with "undeclared type" in the Swift file where I extend the Obj C ...
Kagu asked 24/3, 2016 at 14:37

© 2022 - 2024 — McMap. All rights reserved.