Questions tagged [xcode10.1]

193 questions
1
vote
0 answers

Why the Console of Xcode10.1 can't display my input?

This bug was found after I updated to macOS Majove. When I tried to do a small test on my Xcode, I found the console couldn't display the numbers that I typed but the numbers were truly read into memory. And it still could work! The amazing thing…
Grayson
  • 41
  • 8
1
vote
0 answers

Fabric answers SDK crashes on [Fabric with:@[ [Answers class] ]];

After upgrading an iOS app to build with Xcode 10.1, I noticed that on devices running old versions of iOS (up to iOS 11.2.1), Fabric Crashlytics for Answers SDK crashes the app. Crash does not repro on devices running iOS 11.3 or above, or if app…
1
vote
0 answers

Trait Variation Not Found For UIButton attributed font

Trait variation is shown when button's title font is Plain. Please see below image: But when the title font is changed to attributed, the plus icon disappears. Please see below image: Can anyone please help me with how to add trait variations for…
iPeter
  • 1,330
  • 10
  • 26
1
vote
0 answers

Xcode 9 project no longer compiles with Xcode 10.1, complains about initializers. How can I troubleshoot?

Today, I upgraded to Xcode 10. The same project that was compiling earlier today with my Xcode 9.x now complains about nearly all of my initializers in Xcode 10.1. I have tried cleaning the project and rebuilding, no luck. I have played around with…
mikemags1
  • 797
  • 6
  • 13
1
vote
1 answer

GStreamer Xcode 10.1 gst/gst.h not found

GStreamer gst.h file is not found error is coming in Xcode 10.1. Has anyone been able to find a solution for it??? This error even comes if I use Objective-C as primary language for iOS Project.
1
vote
0 answers

Unity3D 4.7.2 exported code in Xcode 10.1

I exported unity3d 4.7.2 game to Xcode 10.1 and its giving compiler error for c++ files. How to fix this ? Here in Unity Forum someone also posted same problem:…
iPhoneProcessor
  • 4,980
  • 6
  • 27
  • 49
1
vote
2 answers

iOS 12 not received FCM notifications

Hi I'm using XCode version: 10.1 (10B61) and iPhone SE with iOS version: 12.0.1 (16A404), I installed properly all configuration as documentation explained, I uploaded the Auth .p8 certificate and the p.12 certificates of development and production,…
0
votes
1 answer

How can I create and use a table in Xcode 10.1?

I am trying to create and use an NSTableView object, but trying to connect it gives me NSScrollView instead of NSTableView, I need to know how to insert, delete, and refresh the table. I am not using a storyboard project and am far too into…
user20295456
0
votes
0 answers

Failed to verify bitcode in Stripe.framework/Stripe: error: Platform None is not supported while distributing build

When I tried to distribute the app with AdHoc after archive, I got this error Failed to verify bitcode in Stripe.framework/Stripe: error: Platform None is not supported Could you please tell me why this error is showing? I am using Xcode…
Sajib Ghosh
  • 410
  • 1
  • 6
  • 17
0
votes
1 answer

Conversion errors from Swift 3.0 to Swift 4.2 at QRCodeReader.Swift

When I tried to Convert Swift 3.0 to Swift 4.2 from Xcode 10.1,I got error at QRCodeReader Error is What I need to do to fix this issue? After update to pod 'QRCodeReader.swift', '~> 9.0.0' Error is like below
Sabai Phoo
  • 358
  • 1
  • 4
  • 20
0
votes
1 answer

Xcode crashing with selection failed. window: currentlySelectedTabbedWindow:

Code crashing with below stack traces: It will not allowed to open project file which was already opened and minimised. Process: Xcode [644] Path: /Applications/Xcode_10.app/Contents/MacOS/Xcode Identifier: …
Abhishek B
  • 157
  • 8
0
votes
1 answer

Custom Delegate method not working in objective-c

// userprofileform.h(viewcontroller) @class UserProfileForm; @protocol UserProfileFormDelegate - (void) UserProfileFormDelegateReload: (UserProfileForm *) sender; @end @interface UserProfileForm : OTSFormViewController…
0
votes
1 answer

I am using Xcode10.1, and it is crashing unexpectedly

Tried cleaning caches and other method mentioned on forum to resolve this but dint worked. If I open new project it works, but that also crashes after 3-4 days.How this can be resolved [![ ][1]][1]
vinita jain
  • 163
  • 2
  • 18
0
votes
0 answers

How to create an app bundle with an exe and a directory hierarchy?

I am struggling to create macOS application bundle that follows this hierarchy. I am currently on XCode 10.1 and I also have XCode 9.0. However, I just cant find a way to get the folder hierarchy as mentioned in the above link. Specifically, I want…
Recker
  • 1,915
  • 25
  • 55
0
votes
1 answer

IQKeboard manager leaving lot of top space when going to previous textfield

I have list of textfields inside stackviews which are again embedded in scrollview. For keyboard handling I've used IQKeyboard manager it works fine. Although there is a special case when it leaves too much space on top. Below is my current UI…