xcode6.3 Questions
5
I've just updated Xcode to version 6.3. I'm working on a project in Swift with some imported Objective C code. I also use Cocoapods.
I had the same issue with the Xcode 6.3 beta. I've seen and tri...
Rorke asked 11/4, 2015 at 15:26
8
Solved
After updating with Xcode 6.3, I found something strange things with my projects.
Below codes causes parse issue that says "Could not build module 'AgendaFramework'", the AgendaFramework is my cus...
4
Solved
anyone know how to remove one of the cocoa pods plugin from Xcode project ? For example, I have installed afnetworking and nyximagekit in my project. Now, I want to remove nyximagekit but keep afne...
6
Solved
My Apple Watch app images showing properly on Apple Watch Simulator,Like on menu modules menu images showing properly on simulator.
I uploaded my application on iTunes store , Apple Reviewed app &...
Seminar asked 20/4, 2015 at 6:12
5
Solved
I have just got Xcode 6.3 installed and immediately receiving a Xcode crash while archiving a project.
And actually, I don't know how to proceed. I cannot push my product to iTunes Connect.
I am...
5
Solved
This is in a class extending PFQueryTableViewController and I am getting the following error. The rows will be PFUser only.
Why am I not able to cast it? Is there a way around this?
The error is:
...
Kiel asked 26/4, 2015 at 6:13
10
Solved
After upgrading to Xcode 6.3 (release version), Xcode now freeze every time I open a XIB/Storyboard file that includes an IB_DESIGNABLE view that uses a custom font for any projects and includes a ...
2
Solved
This code works fine on a physical iPhone 6, but on iOS simulator the MPVolumeView doesn't show.
- (void)setUpVolumeView
{
CGRect sliderRect = CGRectMake(20, 400, 300, 20);
self.myVolumeView = ...
3
Solved
The following code shows build error in Xcode 6.3 Beta 3. The code works in Xcode 6.2 and Xcode 6.3 Beta 2.
class MyView: UIView {
override init() {
super.init()
// Some init logic ...
}
ove...
3
Solved
I just upgraded to Xcode 6.3 and they offered something new to the Playgrounds. If you make a new playgrounds and you open the project navigator, you will see a Sources folder and inside that there...
Agriculturist asked 14/4, 2015 at 21:9
2
Solved
I updated my Xcode to 6.3 along with Swift 1.2, and I made the transition.
Everything works except dynamic row height for table view. I have those on 3 completely different table views, so it prob...
Americanist asked 10/4, 2015 at 15:20
7
Solved
I just downloaded Xcode 6.3 beta 4, and my WatchKit app now fails to build with an error:
Embedded Binary Validation Utility Error
error: WatchKit apps must have a deployment target equal to iOS 8...
Separatrix asked 24/3, 2015 at 20:17
7
Solved
I'm using latest Xcode i.e. 6.3 and my devices(iPad Mini) having iOS ver 8.3(12F69). I'm not able test my app with this device as its showing Ineligible Devices. See the attached screenshot from xc...
3
Solved
I just updated Xcode to its 6.3 version.
Except all the fixes I have to make regarding as (mainly), I have some warnings that just appeared (which is weird as it states it is since iOS 8.0).
My c...
6
Solved
I just updated my Xcode 6.3. I am getting an issue while project renaming. Is there any solution?
And in some case it is showing mymac instead of simulators or devices in schema - device section o...
Appendectomy asked 17/4, 2015 at 7:7
4
Solved
I have the following projects in my workspace:
Common
Security (dependent on Common)
Data (dependent on Common, Security, (and CoreData))
Api (dependent on Common, Security, Data)
MyApp (dependen...
2
I want to debug both the apple watch app (foreground) and the iOS app (background)
The reason is because I'm using this code in Apple watch extension to open the iOS app in background to make a se...
Slipcover asked 22/5, 2015 at 9:58
2
Update 2: I found a workaround which is to synchronize MOC deallocating and saving. Please see the updated project.
https://github.com/shuningzhou/MOCDeadLock.git
Note: I made it fail more aggress...
Lashelllasher asked 15/5, 2015 at 21:46
2
I have updated my mac os to El Capitan and using the Xcode version 6.3 When i open the storyboard file
<animations/>
tag is getting added to all the subviews. Check the xml of storyboar...
Ophite asked 12/6, 2015 at 6:15
2
Solved
I am using RealmSwift for my project. However, I'm not sure how to tackle the following:
RMLException: Attempting to modify object outside of a write transaction - call beginWriteTransaction on ...
5
Updated to Xcode 6.3.1 with new Swift 1.2, the old method countElement change to count, however when I switch to use count, it always throw out this error message:
cannot invoke 'count' with an...
1
Solved
I'm on Xcode 6.3. I don't remember doing any special changes but after rebooting my macbook, target iOS version names were like this;
Does anyone know how to quickly fix this? Otherwise my last res...
9
Solved
Since yesterday Xcode is doing stupid things while trying to run my WatchKit app on my iPhone.
It gives me the error:
Embedded Binary Validation utility Error
Error: warning: Is a directory
It's ...
1
I have created an app with settings bundle in it and the app configuration can be changed. Reading from Settings bundle is done. I am using below code.
let defs: NSUserDefaults = NSUserDefaults.s...
Glad asked 18/9, 2015 at 6:33
3
Solved
I have upgraded my iOS to 8.4, then I tried to run Xcode 6.3, it asks it can't mount the device since it's running 8.4 version (".. running a version of iOS that is not supported by this version of...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.