Questions tagged [xcode9.2]

Xcode 9.2 is the release of Xcode Tool. Xcode is the complete developer toolset used to create apps for Apple TV, Apple Watch, iPad, iPhone, and Mac. The Xcode development environment bundles the Instruments analysis tool, Simulator, and the OS frameworks in the form of tvOS SDKs, watchOS SDKs, iOS SDKs, and macOS SDKs.

206 questions
2
votes
0 answers

No version editor after SVN update with Xcode

I use Xcode 9.2 for source control, but when there's a conflict after update, I can't resolve them. The usual two-pane screen appears, but instead of showing the conflicts, I only see the following labels: No Files No Selection No Version…
Display Name
  • 4,502
  • 2
  • 47
  • 63
2
votes
3 answers

IDEFoundation.IDETemplateParseError error 1

The error is: The operation couldn't be completed (IDEFoundation.IDETemplateParseError error 1.) (I can't upload image.. it's a error window) I have update the xcode to the version Version 9.2 (9C40b), when I try to create a new file, this error is…
GQF_
  • 21
  • 3
2
votes
1 answer

macOS project failing on runtime

So I have an xcode project that fails every time I run it on my computer. Works on other computers though. I get the following error: dyld: Library not loaded: /System/Library/PrivateFrameworks/Swift/libswiftCoreFoundation.dylib Now, when I look in…
JoeVictor
  • 1,806
  • 1
  • 17
  • 38
2
votes
0 answers

Xcode 9.2: how to get a project from a remote git repository?

Trying to create a project in XCode 9.2 from a remote git repository on gitlab (not github). I searched the Internet and found how to add (any) remote git repository in XCode, but apparently there was a change in XCode 9.2 and in the menu they only…
Slavik N
  • 4,705
  • 17
  • 23
2
votes
2 answers

Xcode9.2 build version showing image twisted in ios8.1

But use xcode9.1 it shows well.
ekingo Hu
  • 51
  • 4
1
vote
1 answer

How do I create an IBOutlet for NSWindow Xcode macOS

I am trying to create an IBOutlet for NSWindow in AppDelegate.swift, I am able to create IBOutlets for buttons by control + dragging from storyboard to swift file, but I am not able to do this for NSWindow. How do I do this? Xcode 9.2 Swift…
Dregg
  • 653
  • 6
  • 17
1
vote
1 answer

Bitrise : GoogleMaps framework not found issue

I am using Bitrise to generate build and upload it to AppStore. There were no errors when i run app on device or generate build and upload to AppStore via Xcode no problem occurred, but when i tried to do the same process via Bitrise it fails saying…
Shruti Thombre
  • 989
  • 4
  • 11
  • 27
1
vote
0 answers

error when i create new react-native-project-app, mac terminal?

i have a project in react-native. When I run react-native run-ios on the mac terminal, I get this error:[enter image description here][1] I'm running on: react-native-cli: 2.0.1 react-native: 0.55.4 node 8.12.0 nom 6.4.1 error: bundling failed:…
1
vote
2 answers

How to visualize reusable xibs in storyboards using IB_DESIGNABLE?

I want to visualize XIB's in a storyboard using the IB_DESIGNABLE constant in Xcode 9.2 with Objective C targeting iOS SDK 11.2. According this article from Apple the prepareForInterfaceBuilder method is called by the Interface Builder to let you do…
Bruno Bieri
  • 9,724
  • 11
  • 63
  • 92
1
vote
0 answers

Mac : symbol(s) not found for architecture x86_64

I'm trying to build a mac application which is going to use one static library. I created one workspace and added my application project and static library project to workspace and added linked application framework or libraries to my result…
1
vote
3 answers

unable to get proper textfield with tag while looping through uitextfield class in swift?

for subviews in self.profilescroll.subviews { if ((subviews is UITextField) && (subviews.tag == 0)) { let btntext : UITextField = subviews as! UITextField btntext.resignFirstResponder() } …
vishnu
  • 213
  • 1
  • 13
1
vote
0 answers

Unable to install pod

I updated my xcode on 9.2 and then I created a project and installed pod on it. Pod installed successfully but the white file .xcodeproj is not created. Then I ran sudo gem uninstall cocoapods and then ran sudo gem install cocoapods --pre. It…
M.D
  • 11
  • 6
1
vote
1 answer

Get top most view controller under UIAlertController

I am using below code to find the top most ViewController. If alert is presented, the code above gives UIAlertController. How do I get top view controller under…
Steve Gear
  • 757
  • 2
  • 16
  • 44
1
vote
1 answer

Xcode9.3 supportedInterfaceOrientations performs incorrectly

I running my code without any change in Xcode9.2 and Xcode9.3. Apparently, the device orientation perform incorrectly in Xcode9.3. SupportedInterfaceOrientations was called but the device still rotate to portrait. Anyone can help? -…
yonlau
  • 113
  • 2
  • 8
1
vote
1 answer

Xcode 9.2 doesn't start: Loading a plug-in failed

I've a problem running Xcode 9.2. I've just extracted Xcode.xip file and when try to start Xcode, it says: Loading a plug-in failed. The plug-in or one of its prerequisite plug-ins may be missing or damaged and may need to be reinstalled. Here…
amrezzd
  • 1,787
  • 15
  • 38